Class UnitInvoiceAdditionalCharge
Inheritance
System.Object
UnitInvoiceAdditionalCharge
Implements
Google.Apis.Requests.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.Data
Assembly: Google.Apis.ShoppingContent.v2.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 |
AdditionalChargePromotions
Deprecated.
Declaration
[JsonProperty("additionalChargePromotions")]
public virtual IList<Promotion> AdditionalChargePromotions { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<Promotion> |
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 |
Implements
Google.Apis.Requests.IDirectResponseSchema