created property

int? get created
inherited

Time at which the object was created. Measured in seconds since the Unix epoch.

Implementation

@JsonKey(name: "capture_method") PaymentIntentCaptureMethod get captureMethod;@JsonKey(name: "confirmation_method") PaymentIntentConfirmationMethod get confirmationMethod;/// Time at which the object was created. Measured in seconds since the
/// Unix epoch.
 int? get created;