Class InvoicingLocation
Address location.
Inherited Members
Namespace: Oci.OnesubscriptionService.Models
Assembly: OCI.DotNetSDK.Onesubscription.dll
Syntax
public class InvoicingLocation
Properties
Address1
Declaration
[JsonProperty(PropertyName = "address1")]
public string Address1 { get; set; }
Property Value
Type | Description |
---|---|
string | Address first line. |
Address2
Declaration
[JsonProperty(PropertyName = "address2")]
public string Address2 { get; set; }
Property Value
Type | Description |
---|---|
string | Address second line. |
City
Declaration
[JsonProperty(PropertyName = "city")]
public string City { get; set; }
Property Value
Type | Description |
---|---|
string | City. |
Country
Declaration
[JsonProperty(PropertyName = "country")]
public string Country { get; set; }
Property Value
Type | Description |
---|---|
string | Country. |
PostalCode
Declaration
[JsonProperty(PropertyName = "postalCode")]
public string PostalCode { get; set; }
Property Value
Type | Description |
---|---|
string | Postal code. |
Region
Declaration
[JsonProperty(PropertyName = "region")]
public string Region { get; set; }
Property Value
Type | Description |
---|---|
string | Region. |
TcaLocationId
Declaration
[JsonProperty(PropertyName = "tcaLocationId")]
public long? TcaLocationId { get; set; }
Property Value
Type | Description |
---|---|
long? | TCA Location identifier. |