Amount
Namespace: CCPEntities
Summary
General amount entity, used to store amount VAT-included or VAT-excludedSyncable
This object is syncableProperties
| Name | Type | FixedLength | MaxLength/Range | Identity | Summary | Value | |
|---|---|---|---|---|---|---|---|
|
|
AmountId* | Edm.Int32 | False | true | |||
| AmountExVat | Edm.Decimal | False |
The amount VAT-exclusive (without the DiscountPercentage) If IsExVat = false: AmountExVat = BaseAmount / (100% + VatPercentage) If IsExVat = true : AmountExVat = BaseAmount (Automatically computed) |
||||
| AmountIncVat | Edm.Decimal | False |
The amount VAT-inclusive (without the DiscountPercentage) If IsExVat = false : AmountIncVat = BaseAmount If IsExVat = true : AmountIncVat = BaseAmount * (100% + VatPercentage) (Automatically computed) |
||||
| VatPercentage | Edm.Decimal | False | The VAT-percentage | ||||
| AmountTypeName | AmountType | False | Specifies who is responsible for the payment of the amount. | ||||
| Deleted* | Edm.Boolean | False | |||||
| LastUpdated | Edm.DateTime | False | |||||
| TripId | Edm.Int32 | False | |||||
| MovementId | Edm.Int32 | False |