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