Show / Hide Table of Contents

Class ReturnShippingLabel

Return shipping label for a Buy on Google merchant-managed return.

Inheritance
System.Object
ReturnShippingLabel
Implements
IDirectResponseSchema
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 ReturnShippingLabel : IDirectResponseSchema

Properties

Carrier

Name of the carrier.

Declaration
[JsonProperty("carrier")]
public virtual string Carrier { 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

LabelUri

The URL for the return shipping label in PDF format

Declaration
[JsonProperty("labelUri")]
public virtual string LabelUri { get; set; }
Property Value
Type Description
System.String

TrackingId

The tracking id of this return label.

Declaration
[JsonProperty("trackingId")]
public virtual string TrackingId { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
In This Article
Back to top