TransferReversalCreateOptions constructor

const TransferReversalCreateOptions({
  1. int? amount,
  2. String? description,
  3. List<String>? expand,
  4. Map<String, String>? metadata,
  5. bool? refundApplicationFee,
})

Implementation

const TransferReversalCreateOptions({
  this.amount,
  this.description,
  this.expand,
  this.metadata,
  this.refundApplicationFee,
});