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)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.transferwebhooks with parameters of type PlatformPayment Constructor Description TransferDataCategoryData(PlatformPayment o)
-