Uses of Class
com.inteliqua.rest.store.payload.StoreCreateRequest
-
Packages that use StoreCreateRequest Package Description com.inteliqua.rest.merchant.create com.inteliqua.rest.store.payload -
-
Uses of StoreCreateRequest in com.inteliqua.rest.merchant.create
Methods in com.inteliqua.rest.merchant.create that return types with arguments of type StoreCreateRequest Modifier and Type Method Description List<StoreCreateRequest>MerchantCreateDTO. getStores()Method parameters in com.inteliqua.rest.merchant.create with type arguments of type StoreCreateRequest Modifier and Type Method Description voidMerchantCreateDTO. setStores(List<StoreCreateRequest> stores) -
Uses of StoreCreateRequest in com.inteliqua.rest.store.payload
Methods in com.inteliqua.rest.store.payload that return types with arguments of type StoreCreateRequest Modifier and Type Method Description List<StoreCreateRequest>MultipleStoreUpdateRequest. getAdditions()Method parameters in com.inteliqua.rest.store.payload with type arguments of type StoreCreateRequest Modifier and Type Method Description voidMultipleStoreUpdateRequest. setAdditions(List<StoreCreateRequest> additions)
-