Uses of Class
com.adyen.model.transfers.PlatformPayment
-
Packages that use PlatformPayment Package Description com.adyen.model.transfers -
-
Uses of PlatformPayment in com.adyen.model.transfers
Methods in com.adyen.model.transfers that return PlatformPayment Modifier and Type Method Description static PlatformPaymentPlatformPayment. fromJson(String jsonString)Create an instance of PlatformPayment given an JSON stringPlatformPaymentTransferCategoryData. getPlatformPayment()Get the actual instance of `PlatformPayment`.PlatformPaymentPlatformPayment. modificationMerchantReference(String modificationMerchantReference)The capture's merchant reference included in the transfer.PlatformPaymentPlatformPayment. modificationPspReference(String modificationPspReference)The capture reference included in the transfer.PlatformPaymentPlatformPayment. paymentMerchantReference(String paymentMerchantReference)The payment's merchant reference included in the transfer.PlatformPaymentPlatformPayment. platformPaymentType(PlatformPayment.PlatformPaymentTypeEnum platformPaymentType)Specifies the nature of the transfer.PlatformPaymentPlatformPayment. pspPaymentReference(String pspPaymentReference)The payment reference included in the transfer.PlatformPaymentPlatformPayment. type(PlatformPayment.TypeEnum type)**platformPayment**Constructors in com.adyen.model.transfers with parameters of type PlatformPayment Constructor Description TransferCategoryData(PlatformPayment o)
-