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

Latest commit

 

History

History
38 lines (32 loc) · 935 Bytes

ChargebackTransitionResponse.md

File metadata and controls

38 lines (32 loc) · 935 Bytes

Marqeta::ChargebackTransitionResponse

Properties

Name Type Description Notes
token String
state String
previous_state String
channel String
chargeback_token String
reason String [optional]
transaction_token String [optional]
created_time Time yyyy-MM-ddTHH:mm:ssZ
last_modified_time Time yyyy-MM-ddTHH:mm:ssZ
type String
amount Float [optional]

Example

require 'marqeta'

instance = Marqeta::ChargebackTransitionResponse.new(
  token: null,
  state: null,
  previous_state: null,
  channel: null,
  chargeback_token: null,
  reason: null,
  transaction_token: null,
  created_time: null,
  last_modified_time: null,
  type: null,
  amount: null
)