Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 564 Bytes

File metadata and controls

28 lines (22 loc) · 564 Bytes

PAYJPv2::ErrorResponse

Properties

Name Type Description Notes
type String
title String
status Integer
detail String [optional]
instance String [optional]
errors Array<Hash<String, String>> [optional]

Example

require 'payjpv2'

instance = PAYJPv2::ErrorResponse.new(
  type: null,
  title: null,
  status: null,
  detail: null,
  instance: null,
  errors: null
)