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)PlatformPaymentPlatformPayment. modificationPspReference(String modificationPspReference)PlatformPaymentPlatformPayment. paymentMerchantReference(String paymentMerchantReference)PlatformPaymentPlatformPayment. platformPaymentType(PlatformPayment.PlatformPaymentTypeEnum platformPaymentType)PlatformPaymentPlatformPayment. pspPaymentReference(String pspPaymentReference)PlatformPaymentPlatformPayment. type(PlatformPayment.TypeEnum type)Constructors in com.adyen.model.transfers with parameters of type PlatformPayment Constructor Description TransferCategoryData(PlatformPayment o)
-