Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
Service |
Service.clone() |
Service |
Service.set(String fieldName,
Object value) |
Service |
Service.setActive(Boolean active)
A boolean exposing the active status of the shipping service.
|
Service |
Service.setCurrency(String currency)
The CLDR code of the currency to which this service applies.
|
Service |
Service.setDeliveryCountry(String deliveryCountry)
The CLDR territory code of the country to which the service applies.
|
Service |
Service.setDeliveryTime(DeliveryTime deliveryTime)
Time spent in various aspects from order to the delivery of the product.
|
Service |
Service.setEligibility(String eligibility)
Eligibility for this service.
|
Service |
Service.setMinimumOrderValue(Price minimumOrderValue)
Minimum order value for this service.
|
Service |
Service.setMinimumOrderValueTable(MinimumOrderValueTable minimumOrderValueTable)
Table of per store minimum order values for the pickup fulfillment type.
|
Service |
Service.setName(String name)
Free-form name of the service.
|
Service |
Service.setPickupService(PickupCarrierService pickupService)
The carrier-service pair delivering items to collection points.
|
Service |
Service.setRateGroups(List<RateGroup> rateGroups)
Shipping rate group definitions.
|
Service |
Service.setShipmentType(String shipmentType)
Type of locations this service ships orders to.
|
Service |
Service.setStoreConfig(ServiceStoreConfig storeConfig)
A list of stores your products are delivered from.
|
Modifier and Type | Method and Description |
---|---|
List<Service> |
ShippingSettings.getServices()
The target account's list of services.
|
Modifier and Type | Method and Description |
---|---|
ShippingSettings |
ShippingSettings.setServices(List<Service> services)
The target account's list of services.
|
Copyright © 2011–2024 Google. All rights reserved.