Show / Hide Table of Contents

Class UnitInvoiceAdditionalCharge

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

Properties

AdditionalChargeAmount

[required] Amount of the additional charge per unit. Note: Invoicing works on a per unit bases. The additionalChargeAmount is the amount charged per unit, and will be multiplied by the number of entries in shipmentUnitID.

Declaration
[JsonProperty("additionalChargeAmount")]
public virtual Amount AdditionalChargeAmount { get; set; }
Property Value
Type Description
Amount

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Type

[required] Type of the additional charge. Acceptable values are: - "shipping"

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX