ChargeCreateOptions constructor

const ChargeCreateOptions({
  1. int? amount,
  2. int? applicationFee,
  3. int? applicationFeeAmount,
  4. bool? capture,
  5. String? currency,
  6. String? customer,
  7. String? description,
  8. ChargeDestination? destination,
  9. List<String>? expand,
  10. Map<String, String>? metadata,
  11. String? onBehalfOf,
  12. RadarRadarOptions? radarOptions,
  13. String? receiptEmail,
  14. ChargeCreateOptionsShipping? shipping,
  15. String? source,
  16. String? statementDescriptor,
  17. String? statementDescriptorSuffix,
  18. ChargeCreateOptionsTransferData? transferData,
  19. 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,
});