TreasuryOutboundPaymentsResourceOutboundPaymentResourceStatusTransitions constructor

const TreasuryOutboundPaymentsResourceOutboundPaymentResourceStatusTransitions({
  1. DateTime? canceledAt,
  2. DateTime? failedAt,
  3. DateTime? postedAt,
  4. DateTime? returnedAt,
})

TreasuryOutboundPaymentsResourceOutboundPaymentResourceStatusTransitions

Implementation

const TreasuryOutboundPaymentsResourceOutboundPaymentResourceStatusTransitions({
  this.canceledAt,
  this.failedAt,
  this.postedAt,
  this.returnedAt,
});