Class SubscribedServiceBusinessPartner
Business partner.
Inherited Members
Namespace: Oci.OnesubscriptionService.Models
Assembly: OCI.DotNetSDK.Onesubscription.dll
Syntax
public class SubscribedServiceBusinessPartner
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. |
TcaCustAccountNumber
Declaration
[JsonProperty(PropertyName = "tcaCustAccountNumber")]
public string TcaCustAccountNumber { get; set; }
Property Value
Type | Description |
---|---|
string | TCA customer account number. |
TcaCustomerAccountId
Declaration
[JsonProperty(PropertyName = "tcaCustomerAccountId")]
public long? TcaCustomerAccountId { get; set; }
Property Value
Type | Description |
---|---|
long? | TCA customer account ID. |
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. |