Show / Hide Table of Contents

Class TaxInfo

Tax details.

Inheritance
object
TaxInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OspgatewayService.Models
Assembly: OCI.DotNetSDK.Ospgateway.dll
Syntax
public class TaxInfo

Properties

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.

In this article
Back to top