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)InternalCategoryDataInternalCategoryData. modificationPspReference(String modificationPspReference)InternalCategoryDataInternalCategoryData. type(InternalCategoryData.TypeEnum type)Constructors in com.adyen.model.transferwebhooks with parameters of type InternalCategoryData Constructor Description TransferDataCategoryData(InternalCategoryData o)
-