canceledAt property

  1. @JsonKey.new(name: "canceled_at")
int? get canceledAt
inherited

Populated when status is canceled, this is the time at which the PaymentIntent was canceled. Measured in seconds since the Unix epoch.

Implementation

@JsonKey(name: "automatic_payment_methods") PaymentIntentAutomaticPaymentMethods? get automaticPaymentMethods;/// Populated when status is canceled, this is the time at which the
/// PaymentIntent was canceled. Measured in seconds since the Unix epoch.
@JsonKey(name: "canceled_at") int? get canceledAt;