public class RefundPaymentInstruction extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RefundPaymentInstruction.Builder
Class to build instances of
RefundPaymentInstruction. |
| Constructor and Description |
|---|
RefundPaymentInstruction()
Default constructor.
|
RefundPaymentInstruction(List<RefundPlatformFee> platformFees)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<RefundPlatformFee> |
getPlatformFees()
Getter for PlatformFees.
|
void |
setPlatformFees(List<RefundPlatformFee> platformFees)
Setter for PlatformFees.
|
RefundPaymentInstruction.Builder |
toBuilder()
Builds a new
RefundPaymentInstruction.Builder object. |
String |
toString()
Converts this RefundPaymentInstruction into string format.
|
public RefundPaymentInstruction()
public RefundPaymentInstruction(List<RefundPlatformFee> platformFees)
platformFees - List of RefundPlatformFee value for platformFees.public List<RefundPlatformFee> getPlatformFees()
public void setPlatformFees(List<RefundPlatformFee> platformFees)
platformFees - Value for List of RefundPlatformFeepublic String toString()
public RefundPaymentInstruction.Builder toBuilder()
RefundPaymentInstruction.Builder object.
Creates the instance with the state of the current model.RefundPaymentInstruction.Builder objectCopyright © 2025. All rights reserved.