Class AccountReturnCarrier
The return carrier information. This service is designed for merchants enrolled in the Buy on Google program.
Inheritance
System.Object
AccountReturnCarrier
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|---|
System.Nullable<System.Int64> |
CarrierAccountName
Name of the carrier account.
Declaration
[JsonProperty("carrierAccountName")]
public virtual string CarrierAccountName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CarrierAccountNumber
Number of the carrier account.
Declaration
[JsonProperty("carrierAccountNumber")]
public virtual string CarrierAccountNumber { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |