Class Country
Inheritance
System.Object
Country
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class Country : Object
Constructors
Country()
Declaration
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 |
|