Class TaxInfo
Tax details.
Inherited Members
Namespace: Oci.OspgatewayService.Models
Assembly: OCI.DotNetSDK.Ospgateway.dll
Syntax
public class TaxInfoProperties
Giro
Declaration
[JsonProperty(PropertyName = "giro")]
public string Giro { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Companies' GIRO code | 
NoTaxReasonCode
Declaration
[JsonProperty(PropertyName = "noTaxReasonCode")]
public string NoTaxReasonCode { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Tax exemption reason code. | 
NoTaxReasonCodeDetails
Declaration
[JsonProperty(PropertyName = "noTaxReasonCodeDetails")]
public string NoTaxReasonCodeDetails { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Tax exemption reason description. | 
TaxCnpj
Declaration
[JsonProperty(PropertyName = "taxCnpj")]
public string TaxCnpj { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Brazilian companies' CNPJ number. | 
TaxPayerId
Declaration
[JsonProperty(PropertyName = "taxPayerId")]
public string TaxPayerId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Tay payer identifier. | 
TaxRegNumber
Declaration
[JsonProperty(PropertyName = "taxRegNumber")]
public string TaxRegNumber { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Tax registration number. |