Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 520 Bytes

ChargebackUpdateRequest.md

File metadata and controls

20 lines (14 loc) · 520 Bytes

Marqeta::ChargebackUpdateRequest

Properties

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]

Example

require 'marqeta'

instance = Marqeta::ChargebackUpdateRequest.new(
  reason_description: null,
  reason_code: null
)