Uses of Class
com.inteliqua.rest.merchant.MerchantConfigCreateDTO
-
Packages that use MerchantConfigCreateDTO Package Description com.inteliqua.rest.merchant.create com.inteliqua.rest.merchant.update -
-
Uses of MerchantConfigCreateDTO in com.inteliqua.rest.merchant.create
Methods in com.inteliqua.rest.merchant.create that return MerchantConfigCreateDTO Modifier and Type Method Description MerchantConfigCreateDTOMerchantCreateDTO. getMerchantConfig()Methods in com.inteliqua.rest.merchant.create with parameters of type MerchantConfigCreateDTO Modifier and Type Method Description voidMerchantCreateDTO. setMerchantConfig(MerchantConfigCreateDTO merchantConfig) -
Uses of MerchantConfigCreateDTO in com.inteliqua.rest.merchant.update
Methods in com.inteliqua.rest.merchant.update that return types with arguments of type MerchantConfigCreateDTO Modifier and Type Method Description UpdateField<MerchantConfigCreateDTO>MerchantUpdateRequest. getMerchantConfig()Method parameters in com.inteliqua.rest.merchant.update with type arguments of type MerchantConfigCreateDTO Modifier and Type Method Description voidMerchantUpdateRequest. setMerchantConfig(UpdateField<MerchantConfigCreateDTO> merchantConfig)
-