Class ReturnAddress
Return address resource.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class ReturnAddress : IDirectResponseSchema
Properties
Address
Required. The address.
Declaration
[JsonProperty("address")]
public virtual ReturnAddressAddress Address { get; set; }
Property Value
Type | Description |
---|---|
ReturnAddressAddress |
Country
Required. The country of sale where the return address is applicable.
Declaration
[JsonProperty("country")]
public virtual string Country { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
Identifies what kind of resource this is. Value: the fixed string "content#returnAddress
"
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
Label
Required. The user-defined label of the return address. For the default address, use the label "default".
Declaration
[JsonProperty("label")]
public virtual string Label { get; set; }
Property Value
Type | Description |
---|---|
string |
PhoneNumber
Required. The merchant's contact phone number regarding the return.
Declaration
[JsonProperty("phoneNumber")]
public virtual string PhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
string |
ReturnAddressId
Return address ID generated by Google.
Declaration
[JsonProperty("returnAddressId")]
public virtual string ReturnAddressId { get; set; }
Property Value
Type | Description |
---|---|
string |