Class UnitInvoiceAdditionalCharge
Inheritance
System.Object
UnitInvoiceAdditionalCharge
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 UnitInvoiceAdditionalCharge : IDirectResponseSchema
Properties
AdditionalChargeAmount
[required] Amount of the additional charge.
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 |
---|---|
System.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 |
---|---|
System.String |