Show / Hide Table of Contents

Class SubscribedServiceAddress

Address.

Inheritance
object
SubscribedServiceAddress
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 SubscribedServiceAddress

Properties

BillSiteUseId

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

Bill to site use Id.

IsBillTo

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

Identify as the customer shipping address.

IsShipTo

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

Identify as the customer invoicing address.

Location

Declaration
[JsonProperty(PropertyName = "location")]
public SubscribedServiceLocation Location { get; set; }
Property Value
Type Description
SubscribedServiceLocation

Name

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

Address name identifier.

Phone

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

Phone.

Service2SiteUseId

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

Service to site use Id.

TcaCustAcctSiteId

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

TCA customer account site Id.

TcaPartySiteNumber

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

Party site number.

In this article
Back to top