Class PersonalAccountTermOfPayment
Represents a PersonalAccountTermOfPayment
Inheritance
System.Object
PersonalAccountTermOfPayment
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.PlugIn.SAC.Contact
Assembly: Simplic.PlugIn.SAC.dll
Syntax
public class PersonalAccountTermOfPayment
Constructors
| Improve this Doc View SourcePersonalAccountTermOfPayment()
Initialize instance
Declaration
public PersonalAccountTermOfPayment()
Properties
| Improve this Doc View SourceCashDiscount
Gets or sets the skonto for the term of payment
Declaration
public int? CashDiscount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
DaysForCashDiscount
Gets or sets the days for skonto for the term of payment
Declaration
public int? DaysForCashDiscount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Id
Gets or sets the property Id as Guid
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsForPurchase
Gets or sets the property IsForSale as bool
Declaration
public bool IsForPurchase { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsForSale
Gets or sets the property IsForSale as bool
Declaration
public bool IsForSale { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Gets or sets the property Name as string
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Number
Gets or sets a number for the term of payment
Declaration
public int Number { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PaymentDeadline
Gets or sets the payment deadline in days
Declaration
public int? PaymentDeadline { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
TenantId
Gets or sets the assigned tenant ID
Declaration
public Guid? TenantId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |