Search Results for

    Show / Hide Table of Contents

    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 Source

    PersonalAccountTermOfPayment()

    Initialize instance

    Declaration
    public PersonalAccountTermOfPayment()

    Properties

    | Improve this Doc View Source

    CashDiscount

    Gets or sets the skonto for the term of payment

    Declaration
    public int? CashDiscount { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    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>
    | Improve this Doc View Source

    Id

    Gets or sets the property Id as Guid

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    IsForPurchase

    Gets or sets the property IsForSale as bool

    Declaration
    public bool IsForPurchase { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsForSale

    Gets or sets the property IsForSale as bool

    Declaration
    public bool IsForSale { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Name

    Gets or sets the property Name as string

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Number

    Gets or sets a number for the term of payment

    Declaration
    public int Number { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    PaymentDeadline

    Gets or sets the payment deadline in days

    Declaration
    public int? PaymentDeadline { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    TenantId

    Gets or sets the assigned tenant ID

    Declaration
    public Guid? TenantId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx