Show / Hide Table of Contents

Class InvoicingBusinessPartner

Business partner.

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

Properties

CustomerChainType

Declaration
[JsonProperty(PropertyName = "customerChainType")]
public string CustomerChainType { get; set; }
Property Value
Type Description
string

Customer chain type.

IsChainCustomer

Declaration
[JsonProperty(PropertyName = "isChainCustomer")]
public bool? IsChainCustomer { get; set; }
Property Value
Type Description
bool?

The business partner is chain customer or not.

IsPublicSector

Declaration
[JsonProperty(PropertyName = "isPublicSector")]
public bool? IsPublicSector { get; set; }
Property Value
Type Description
bool?

The business partner is part of the public sector or not.

Name

Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type Description
string

Commercial name also called customer name.

NamePhonetic

Declaration
[JsonProperty(PropertyName = "namePhonetic")]
public string NamePhonetic { get; set; }
Property Value
Type Description
string

Phonetic name.

TcaCustomerAccountId

Declaration
[JsonProperty(PropertyName = "tcaCustomerAccountId")]
public long? TcaCustomerAccountId { get; set; }
Property Value
Type Description
long?

TCA customer account ID.

TcaCustomerAccountNumber

Declaration
[JsonProperty(PropertyName = "tcaCustomerAccountNumber")]
public string TcaCustomerAccountNumber { get; set; }
Property Value
Type Description
string

TCA customer account number.

TcaPartyId

Declaration
[JsonProperty(PropertyName = "tcaPartyId")]
public long? TcaPartyId { get; set; }
Property Value
Type Description
long?

TCA party ID.

TcaPartyNumber

Declaration
[JsonProperty(PropertyName = "tcaPartyNumber")]
public string TcaPartyNumber { get; set; }
Property Value
Type Description
string

TCA party number.

In this article
Back to top