Uses of Class
com.adyen.model.transferwebhooks.InternalCategoryData
-
Packages that use InternalCategoryData Package Description com.adyen.model.transferwebhooks -
-
Uses of InternalCategoryData in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks that return InternalCategoryData Modifier and Type Method Description static InternalCategoryDataInternalCategoryData. fromJson(String jsonString)Create an instance of InternalCategoryData given an JSON stringInternalCategoryDataTransferDataCategoryData. getInternalCategoryData()Get the actual instance of `InternalCategoryData`.InternalCategoryDataInternalCategoryData. modificationMerchantReference(String modificationMerchantReference)The capture's merchant reference included in the transfer.InternalCategoryDataInternalCategoryData. modificationPspReference(String modificationPspReference)The capture reference included in the transfer.InternalCategoryDataInternalCategoryData. type(InternalCategoryData.TypeEnum type)**internal**Constructors in com.adyen.model.transferwebhooks with parameters of type InternalCategoryData Constructor Description TransferDataCategoryData(InternalCategoryData o)
-