public class PaymentInstruction
extends java.lang.Object
| Constructor and Description |
|---|
PaymentInstruction() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
disbursementMode() |
PaymentInstruction |
disbursementMode(java.lang.String disbursementMode) |
java.util.List<PlatformFee> |
platformFees() |
PaymentInstruction |
platformFees(java.util.List<PlatformFee> platformFees) |
public java.lang.String disbursementMode()
public PaymentInstruction disbursementMode(java.lang.String disbursementMode)
public java.util.List<PlatformFee> platformFees()
public PaymentInstruction platformFees(java.util.List<PlatformFee> platformFees)