| Name | Type | Description | Notes |
|---|---|---|---|
| type | String | ||
| title | String | ||
| status | Integer | ||
| detail | String | [optional] | |
| instance | String | [optional] | |
| errors | Array<Hash<String, String>> | [optional] |
require 'payjpv2'
instance = PAYJPv2::ErrorResponse.new(
type: null,
title: null,
status: null,
detail: null,
instance: null,
errors: null
)