Show / Hide Table of Contents

Class ReturnShippingLabel

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

Inheritance
object
ReturnShippingLabel
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 ReturnShippingLabel : IDirectResponseSchema

Properties

Carrier

Name of the carrier.

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

LabelUri

The URL for the return shipping label in PDF format

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

TrackingId

The tracking id of this return label.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX