Represents a Service.
Package
@google-shopping/accountsConstructors
(constructor)(properties)
constructor(properties?: google.shopping.merchant.accounts.v1beta.IService);Constructs a new Service.
| Parameter | |
|---|---|
| Name | Description |
properties |
IService
Properties to set |
Properties
_active
public _active?: "active";Service _active.
_currencyCode
public _currencyCode?: "currencyCode";Service _currencyCode.
_deliveryTime
public _deliveryTime?: "deliveryTime";Service _deliveryTime.
_minimumOrderValue
public _minimumOrderValue?: "minimumOrderValue";Service _minimumOrderValue.
_minimumOrderValueTable
public _minimumOrderValueTable?: "minimumOrderValueTable";Service _minimumOrderValueTable.
_serviceName
public _serviceName?: "serviceName";Service _serviceName.
_shipmentType
public _shipmentType?: "shipmentType";Service _shipmentType.
_storeConfig
public _storeConfig?: "storeConfig";Service _storeConfig.
active
public active?: (boolean|null);Service active.
currencyCode
public currencyCode?: (string|null);Service currencyCode.
deliveryCountries
public deliveryCountries: string[];Service deliveryCountries.
deliveryTime
public deliveryTime?: (google.shopping.merchant.accounts.v1beta.IDeliveryTime|null);Service deliveryTime.
loyaltyPrograms
public loyaltyPrograms: google.shopping.merchant.accounts.v1beta.Service.ILoyaltyProgram[];Service loyaltyPrograms.
minimumOrderValue
public minimumOrderValue?: (google.shopping.type.IPrice|null);Service minimumOrderValue.
minimumOrderValueTable
public minimumOrderValueTable?: (google.shopping.merchant.accounts.v1beta.IMinimumOrderValueTable|null);Service minimumOrderValueTable.
rateGroups
public rateGroups: google.shopping.merchant.accounts.v1beta.IRateGroup[];Service rateGroups.
serviceName
public serviceName?: (string|null);Service serviceName.
shipmentType
public shipmentType?: (google.shopping.merchant.accounts.v1beta.Service.ShipmentType|keyof typeof google.shopping.merchant.accounts.v1beta.Service.ShipmentType|null);Service shipmentType.
storeConfig
public storeConfig?: (google.shopping.merchant.accounts.v1beta.Service.IStoreConfig|null);Service storeConfig.
Methods
create(properties)
public static create(properties?: google.shopping.merchant.accounts.v1beta.IService): google.shopping.merchant.accounts.v1beta.Service;Creates a new Service instance using the specified properties.
| Parameter | |
|---|---|
| Name | Description |
properties |
IService
Properties to set |
| Returns | |
|---|---|
| Type | Description |
Service |
Service instance |
decode(reader, length)
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.shopping.merchant.accounts.v1beta.Service;Decodes a Service message from the specified reader or buffer.
| Parameters | |
|---|---|
| Name | Description |
reader |
(Reader|Uint8Array)
Reader or buffer to decode from |
length |
number
Message length if known beforehand |
| Returns | |
|---|---|
| Type | Description |
Service |
Service |
decodeDelimited(reader)
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.shopping.merchant.accounts.v1beta.Service;Decodes a Service message from the specified reader or buffer, length delimited.
| Parameter | |
|---|---|
| Name | Description |
reader |
(Reader|Uint8Array)
Reader or buffer to decode from |
| Returns | |
|---|---|
| Type | Description |
Service |
Service |
encode(message, writer)
public static encode(message: google.shopping.merchant.accounts.v1beta.IService, writer?: $protobuf.Writer): $protobuf.Writer;Encodes the specified Service message. Does not implicitly messages.
| Parameters | |
|---|---|
| Name | Description |
message |
IService
Service message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
| Returns | |
|---|---|
| Type | Description |
$protobuf.Writer |
Writer |
encodeDelimited(message, writer)
public static encodeDelimited(message: google.shopping.merchant.accounts.v1beta.IService, writer?: $protobuf.Writer): $protobuf.Writer;Encodes the specified Service message, length delimited. Does not implicitly messages.
| Parameters | |
|---|---|
| Name | Description |
message |
IService
Service message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
| Returns | |
|---|---|
| Type | Description |
$protobuf.Writer |
Writer |
fromObject(object)
public static fromObject(object: { [k: string]: any }): google.shopping.merchant.accounts.v1beta.Service;Creates a Service message from a plain object. Also converts values to their respective internal types.
| Parameter | |
|---|---|
| Name | Description |
object |
{ [k: string]: any }
Plain object |
| Returns | |
|---|---|
| Type | Description |
Service |
Service |
getTypeUrl(typeUrlPrefix)
public static getTypeUrl(typeUrlPrefix?: string): string;Gets the default type url for Service
| Parameter | |
|---|---|
| Name | Description |
typeUrlPrefix |
string
your custom typeUrlPrefix(default "type.googleapis.com") |
| Returns | |
|---|---|
| Type | Description |
string |
The default type url |
toJSON()
public toJSON(): { [k: string]: any };Converts this Service to JSON.
| Returns | |
|---|---|
| Type | Description |
{ [k: string]: any } |
JSON object |
toObject(message, options)
public static toObject(message: google.shopping.merchant.accounts.v1beta.Service, options?: $protobuf.IConversionOptions): { [k: string]: any };Creates a plain object from a Service message. Also converts values to other types if specified.
| Parameters | |
|---|---|
| Name | Description |
message |
Service
Service |
options |
$protobuf.IConversionOptions
Conversion options |
| Returns | |
|---|---|
| Type | Description |
{ [k: string]: any } |
Plain object |
verify(message)
public static verify(message: { [k: string]: any }): (string|null);Verifies a Service message.
| Parameter | |
|---|---|
| Name | Description |
message |
{ [k: string]: any }
Plain object to verify |
| Returns | |
|---|---|
| Type | Description |
(string|null) |
|