static PlatformPayment |
PlatformPayment.fromJson(String jsonString) |
Create an instance of PlatformPayment given an JSON string
|
PlatformPayment |
TransferCategoryData.getPlatformPayment() |
Get the actual instance of `PlatformPayment`.
|
PlatformPayment |
PlatformPayment.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
PlatformPayment |
PlatformPayment.modificationMerchantReference(String modificationMerchantReference) |
The capture's merchant reference included in the transfer.
|
PlatformPayment |
PlatformPayment.modificationPspReference(String modificationPspReference) |
The capture reference included in the transfer.
|
PlatformPayment |
PlatformPayment.paymentMerchantReference(String paymentMerchantReference) |
The payment's merchant reference included in the transfer.
|
PlatformPayment |
PlatformPayment.platformPaymentType(PlatformPayment.PlatformPaymentTypeEnum platformPaymentType) |
Specifies the nature of the transfer.
|
PlatformPayment |
PlatformPayment.pspPaymentReference(String pspPaymentReference) |
The payment reference included in the transfer.
|
PlatformPayment |
PlatformPayment.type(PlatformPayment.TypeEnum type) |
**platformPayment**
|