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: "canceled_at")
int? get canceledAt => throw _privateConstructorUsedError;