Uses of Class
com.adyen.model.transferwebhooks.PlatformPayment
-
Packages that use PlatformPayment Package Description com.adyen.model.transferwebhooks -
-
Uses of PlatformPayment in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks that return PlatformPayment Modifier and Type Method Description static PlatformPaymentPlatformPayment. fromJson(String jsonString)Create an instance of PlatformPayment given an JSON stringPlatformPaymentTransferDataCategoryData. 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.transferwebhooks with parameters of type PlatformPayment Constructor Description TransferDataCategoryData(PlatformPayment o)
-