Uses of Class
com.adyen.model.management.ShippingLocationsResponse
-
Packages that use ShippingLocationsResponse Package Description com.adyen.model.management com.adyen.service.management -
-
Uses of ShippingLocationsResponse in com.adyen.model.management
Methods in com.adyen.model.management that return ShippingLocationsResponse Modifier and Type Method Description ShippingLocationsResponseShippingLocationsResponse. addDataItem(ShippingLocation dataItem)ShippingLocationsResponseShippingLocationsResponse. data(List<ShippingLocation> data)Physical locations where orders can be shipped to.static ShippingLocationsResponseShippingLocationsResponse. fromJson(String jsonString)Create an instance of ShippingLocationsResponse given an JSON string -
Uses of ShippingLocationsResponse in com.adyen.service.management
Methods in com.adyen.service.management that return ShippingLocationsResponse Modifier and Type Method Description ShippingLocationsResponseTerminalOrdersCompanyLevelApi. listShippingLocations(String companyId)Get a list of shipping locationsShippingLocationsResponseTerminalOrdersCompanyLevelApi. listShippingLocations(String companyId, String name, Integer offset, Integer limit, RequestOptions requestOptions)Get a list of shipping locationsShippingLocationsResponseTerminalOrdersMerchantLevelApi. listShippingLocations(String merchantId)Get a list of shipping locationsShippingLocationsResponseTerminalOrdersMerchantLevelApi. listShippingLocations(String merchantId, String name, Integer offset, Integer limit, RequestOptions requestOptions)Get a list of shipping locations
-