canceledAt property

  1. @JsonKey(name: "canceled_at")
int? 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: "canceled_at")
int? get canceledAt => throw _privateConstructorUsedError;