Search Results for

    Show / Hide Table of Contents

    Class Country

    Inheritance
    System.Object
    Country
    Namespace: DirectScale.Disco.Extension
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class Country : Object

    Constructors

    Country()

    Declaration
    public Country()

    Properties

    AddTax

    Declaration
    public bool AddTax { get; set; }
    Property Value
    Type Description
    System.Boolean

    CountryCode

    Declaration
    public string CountryCode { get; set; }
    Property Value
    Type Description
    System.String

    CurrencyCode

    Declaration
    public string CurrencyCode { get; set; }
    Property Value
    Type Description
    System.String

    Enroll

    Declaration
    public bool Enroll { get; set; }
    Property Value
    Type Description
    System.Boolean

    ISO3

    Declaration
    public string ISO3 { get; set; }
    Property Value
    Type Description
    System.String

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    RequireTaxId

    Declaration
    public bool RequireTaxId { get; set; }
    Property Value
    Type Description
    System.Boolean

    Shop

    Declaration
    public bool Shop { get; set; }
    Property Value
    Type Description
    System.Boolean

    TaxRate

    Declaration
    public double TaxRate { get; set; }
    Property Value
    Type Description
    System.Double
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX