CardPaymentTimeline constructor

CardPaymentTimeline({
  1. String? authorizedAt,
  2. String? capturedAt,
  3. String? voidedAt,
})

Implementation

CardPaymentTimeline({
  this.authorizedAt, this.capturedAt, this.voidedAt
});