Uses of Class
com.adyen.model.management.ShippingLocation
-
Packages that use ShippingLocation Package Description com.adyen.model.management com.adyen.service.management -
-
Uses of ShippingLocation in com.adyen.model.management
Methods in com.adyen.model.management that return ShippingLocation Modifier and Type Method Description ShippingLocationShippingLocation. address(Address address)addressShippingLocationShippingLocation. contact(Contact contact)contactstatic ShippingLocationShippingLocation. fromJson(String jsonString)Create an instance of ShippingLocation given an JSON stringShippingLocationTerminalOrder. getShippingLocation()shippingLocationShippingLocationShippingLocation. id(String id)The unique identifier of the shipping location, for use as `shippingLocationId` when creating an order.ShippingLocationShippingLocation. name(String name)The unique name of the shipping location.Methods in com.adyen.model.management that return types with arguments of type ShippingLocation Modifier and Type Method Description List<ShippingLocation>ShippingLocationsResponse. getData()Physical locations where orders can be shipped to.Methods in com.adyen.model.management with parameters of type ShippingLocation Modifier and Type Method Description ShippingLocationsResponseShippingLocationsResponse. addDataItem(ShippingLocation dataItem)voidTerminalOrder. setShippingLocation(ShippingLocation shippingLocation)shippingLocationTerminalOrderTerminalOrder. shippingLocation(ShippingLocation shippingLocation)shippingLocationMethod parameters in com.adyen.model.management with type arguments of type ShippingLocation Modifier and Type Method Description ShippingLocationsResponseShippingLocationsResponse. data(List<ShippingLocation> data)Physical locations where orders can be shipped to.voidShippingLocationsResponse. setData(List<ShippingLocation> data)Physical locations where orders can be shipped to. -
Uses of ShippingLocation in com.adyen.service.management
Methods in com.adyen.service.management that return ShippingLocation Modifier and Type Method Description ShippingLocationTerminalOrdersCompanyLevelApi. createShippingLocation(String companyId, ShippingLocation shippingLocation)Create a shipping locationShippingLocationTerminalOrdersCompanyLevelApi. createShippingLocation(String companyId, ShippingLocation shippingLocation, RequestOptions requestOptions)Create a shipping locationShippingLocationTerminalOrdersMerchantLevelApi. createShippingLocation(String merchantId, ShippingLocation shippingLocation)Create a shipping locationShippingLocationTerminalOrdersMerchantLevelApi. createShippingLocation(String merchantId, ShippingLocation shippingLocation, RequestOptions requestOptions)Create a shipping locationMethods in com.adyen.service.management with parameters of type ShippingLocation Modifier and Type Method Description ShippingLocationTerminalOrdersCompanyLevelApi. createShippingLocation(String companyId, ShippingLocation shippingLocation)Create a shipping locationShippingLocationTerminalOrdersCompanyLevelApi. createShippingLocation(String companyId, ShippingLocation shippingLocation, RequestOptions requestOptions)Create a shipping locationShippingLocationTerminalOrdersMerchantLevelApi. createShippingLocation(String merchantId, ShippingLocation shippingLocation)Create a shipping locationShippingLocationTerminalOrdersMerchantLevelApi. createShippingLocation(String merchantId, ShippingLocation shippingLocation, RequestOptions requestOptions)Create a shipping location
-