ChargeCreateOptions constructor
const
ChargeCreateOptions({
- int? amount,
- int? applicationFee,
- int? applicationFeeAmount,
- bool? capture,
- String? currency,
- String? customer,
- String? description,
- ChargeDestination? destination,
- List<
String> ? expand, - Map<
String, String> ? metadata, - String? onBehalfOf,
- RadarRadarOptions? radarOptions,
- String? receiptEmail,
- ChargeCreateOptionsShipping? shipping,
- String? source,
- String? statementDescriptor,
- String? statementDescriptorSuffix,
- ChargeCreateOptionsTransferData? transferData,
- String? transferGroup,
Implementation
const ChargeCreateOptions({
this.amount,
this.applicationFee,
this.applicationFeeAmount,
this.capture,
this.currency,
this.customer,
this.description,
this.destination,
this.expand,
this.metadata,
this.onBehalfOf,
this.radarOptions,
this.receiptEmail,
this.shipping,
this.source,
this.statementDescriptor,
this.statementDescriptorSuffix,
this.transferData,
this.transferGroup,
});