Class UnitInvoiceAdditionalCharge
Implements
Inherited Members
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 |