canceledAt property
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;