Class EdiCashOnDelivery
The goods must only be delivered if the recipient pays the given amount
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiCashOnDelivery
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiCashOnDelivery : EdiPatternPropertiesBase
Properties
AcceptCash
Specifies if cash should be accepted (true) or rejected (false)
Declaration
public bool? AcceptCash { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
AcceptCheque
Specifies if cheques should be accepted
Declaration
public bool? AcceptCheque { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Amount
The amount to be paid
Declaration
public decimal? Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
Currency
The currency of the given amount
Declaration
public string Currency { get; set; }
Property Value
Type | Description |
---|---|
System.String |