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

Latest commit

 

History

History
26 lines (20 loc) · 630 Bytes

ChargebackTransitionRequest.md

File metadata and controls

26 lines (20 loc) · 630 Bytes

Marqeta::ChargebackTransitionRequest

Properties

Name Type Description Notes
token String [optional]
state String
chargeback_token String
reason String [optional]
amount Float Representment or prearbitration amount; this is for transitioning to Representment or Prearbitration only [optional]

Example

require 'marqeta'

instance = Marqeta::ChargebackTransitionRequest.new(
  token: null,
  state: null,
  chargeback_token: null,
  reason: null,
  amount: null
)