Class AccountReturnCarrier
The return carrier information. This service is designed for merchants enrolled in the Buy on Google program.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class AccountReturnCarrier : IDirectResponseSchema
Properties
CarrierAccountId
Output only. Immutable. The Google-provided unique carrier ID, used to update the resource.
Declaration
[JsonProperty("carrierAccountId")]
public virtual long? CarrierAccountId { get; set; }
Property Value
Type | Description |
---|---|
long? |
CarrierAccountName
Name of the carrier account.
Declaration
[JsonProperty("carrierAccountName")]
public virtual string CarrierAccountName { get; set; }
Property Value
Type | Description |
---|---|
string |
CarrierAccountNumber
Number of the carrier account.
Declaration
[JsonProperty("carrierAccountNumber")]
public virtual string CarrierAccountNumber { get; set; }
Property Value
Type | Description |
---|---|
string |
CarrierCode
The carrier code enum. Accepts the values FEDEX or UPS.
Declaration
[JsonProperty("carrierCode")]
public virtual string CarrierCode { 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 |