Uses of Class
com.adyen.model.transfers.InternalCategoryData
-
Packages that use InternalCategoryData Package Description com.adyen.model.transfers -
-
Uses of InternalCategoryData in com.adyen.model.transfers
Methods in com.adyen.model.transfers that return InternalCategoryData Modifier and Type Method Description static InternalCategoryDataInternalCategoryData. fromJson(String jsonString)Create an instance of InternalCategoryData given an JSON stringInternalCategoryDataTransferCategoryData. getInternalCategoryData()Get the actual instance of `InternalCategoryData`.InternalCategoryDataInternalCategoryData. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.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.transfers with parameters of type InternalCategoryData Constructor Description TransferCategoryData(InternalCategoryData o)
-