ChargeCaptureOptions constructor

const ChargeCaptureOptions({
  1. int? amount,
  2. int? applicationFee,
  3. int? applicationFeeAmount,
  4. List<String>? expand,
  5. String? receiptEmail,
  6. String? statementDescriptor,
  7. String? statementDescriptorSuffix,
  8. PaymentFlowsAmountDetailsResourceTip? transferData,
  9. String? transferGroup,
})

Implementation

const ChargeCaptureOptions({
  this.amount,
  this.applicationFee,
  this.applicationFeeAmount,
  this.expand,
  this.receiptEmail,
  this.statementDescriptor,
  this.statementDescriptorSuffix,
  this.transferData,
  this.transferGroup,
});