PaymentInstruction constructor
const
PaymentInstruction({
- DisbursementMode? disbursementMode,
- String? payeePricingTierId,
- List<
PlatformFee> ? platformFee,
Implementation
const PaymentInstruction({
this.disbursementMode,
this.payeePricingTierId,
this.platformFee,
});