PaymentInstruction constructor

const PaymentInstruction({
  1. DisbursementMode? disbursementMode,
  2. String? payeePricingTierId,
  3. List<PlatformFee>? platformFee,
})

Implementation

const PaymentInstruction({
  this.disbursementMode,
  this.payeePricingTierId,
  this.platformFee,
});