Name | Type | Description | Notes |
---|---|---|---|
reason_description | String | Either 'reason_description' or 'reason_code' is required | [optional] |
reason_code | String | Either 'reason_code' or 'reason_description' is required | [optional] |
require 'marqeta'
instance = Marqeta::ChargebackUpdateRequest.new(
reason_description: null,
reason_code: null
)