StripePayModel constructor
StripePayModel({
- String? object,
- int? amount,
- int? amountCapturable,
- int? amountReceived,
- String? application,
- String? applicationFeeAmount,
- String? canceledAt,
- String? cancellationReason,
- String? captureMethod,
- Charges? charges,
- String? clientSecret,
- String? confirmationMethod,
- int? created,
- String? currency,
- String? customer,
- String? description,
- String? id,
- String? invoice,
- String? lastPaymentError,
- bool? livemode,
- String? nextAction,
- String? onBehalfOf,
- String? paymentMethod,
- PaymentMethodOptions? paymentMethodOptions,
- List<
String> ? paymentMethodTypes, - String? receiptEmail,
- String? review,
- String? setupFutureUsage,
- String? shipping,
- String? source,
- String? statementDescriptor,
- String? statementDescriptorSuffix,
- String? status,
- String? transferData,
- String? transferGroup,
Implementation
StripePayModel({
this.object,
this.amount,
this.amountCapturable,
this.amountReceived,
this.application,
this.applicationFeeAmount,
this.canceledAt,
this.cancellationReason,
this.captureMethod,
this.charges,
this.clientSecret,
this.confirmationMethod,
this.created,
this.currency,
this.customer,
this.description,
this.id,
this.invoice,
this.lastPaymentError,
this.livemode,
this.nextAction,
this.onBehalfOf,
this.paymentMethod,
this.paymentMethodOptions,
this.paymentMethodTypes,
this.receiptEmail,
this.review,
this.setupFutureUsage,
this.shipping,
this.source,
this.statementDescriptor,
this.statementDescriptorSuffix,
this.status,
this.transferData,
this.transferGroup,
});