public class CapturePaymentInstruction extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CapturePaymentInstruction.Builder
Class to build instances of
CapturePaymentInstruction. |
| Constructor and Description |
|---|
CapturePaymentInstruction()
Default constructor.
|
CapturePaymentInstruction(List<PlatformFee> platformFees,
DisbursementMode disbursementMode,
String payeeReceivableFxRateId)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DisbursementMode |
getDisbursementMode()
Getter for DisbursementMode.
|
String |
getPayeeReceivableFxRateId()
Getter for PayeeReceivableFxRateId.
|
List<PlatformFee> |
getPlatformFees()
Getter for PlatformFees.
|
void |
setDisbursementMode(DisbursementMode disbursementMode)
Setter for DisbursementMode.
|
void |
setPayeeReceivableFxRateId(String payeeReceivableFxRateId)
Setter for PayeeReceivableFxRateId.
|
void |
setPlatformFees(List<PlatformFee> platformFees)
Setter for PlatformFees.
|
CapturePaymentInstruction.Builder |
toBuilder()
Builds a new
CapturePaymentInstruction.Builder object. |
String |
toString()
Converts this CapturePaymentInstruction into string format.
|
public CapturePaymentInstruction()
public CapturePaymentInstruction(List<PlatformFee> platformFees, DisbursementMode disbursementMode, String payeeReceivableFxRateId)
platformFees - List of PlatformFee value for platformFees.disbursementMode - DisbursementMode value for disbursementMode.payeeReceivableFxRateId - String value for payeeReceivableFxRateId.public List<PlatformFee> getPlatformFees()
public void setPlatformFees(List<PlatformFee> platformFees)
platformFees - Value for List of PlatformFeepublic DisbursementMode getDisbursementMode()
public void setDisbursementMode(DisbursementMode disbursementMode)
disbursementMode - Value for DisbursementModepublic String getPayeeReceivableFxRateId()
public void setPayeeReceivableFxRateId(String payeeReceivableFxRateId)
payeeReceivableFxRateId - Value for Stringpublic String toString()
public CapturePaymentInstruction.Builder toBuilder()
CapturePaymentInstruction.Builder object.
Creates the instance with the state of the current model.CapturePaymentInstruction.Builder objectCopyright © 2025. All rights reserved.