public class BillingAccount extends Object
Java class for BillingAccount complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BillingAccount">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="currencyCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="primaryBillingId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="secondaryBillingId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
currencyCode |
protected String |
id |
protected String |
name |
protected String |
primaryBillingId |
protected String |
secondaryBillingId |
| Constructor and Description |
|---|
BillingAccount() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrencyCode()
Gets the value of the currencyCode property.
|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
String |
getPrimaryBillingId()
Gets the value of the primaryBillingId property.
|
String |
getSecondaryBillingId()
Gets the value of the secondaryBillingId property.
|
void |
setCurrencyCode(String value)
Sets the value of the currencyCode property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPrimaryBillingId(String value)
Sets the value of the primaryBillingId property.
|
void |
setSecondaryBillingId(String value)
Sets the value of the secondaryBillingId property.
|
protected String id
protected String name
protected String currencyCode
protected String primaryBillingId
protected String secondaryBillingId
public void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getCurrencyCode()
Stringpublic void setCurrencyCode(String value)
value - allowed object is
Stringpublic String getPrimaryBillingId()
Stringpublic void setPrimaryBillingId(String value)
value - allowed object is
Stringpublic String getSecondaryBillingId()
StringCopyright © 2023. All rights reserved.