Show / Hide Table of Contents

Class AccountReturnCarrier

The return carrier information. This service is designed for merchants enrolled in the Buy on Google program.

Inheritance
object
AccountReturnCarrier
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX