| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.BankAccountDetailsType |
BankAccountDetailsType
Java class for BankAccountDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BankAccountDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Type" type="{urn:ebay:apis:eBLBaseComponents}BankAccountTypeType"/>
<element name="RoutingNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="AccountNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accountNumber | |||||||||||
| name | |||||||||||
| routingNumber | |||||||||||
| type | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the accountNumber property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the routingNumber property.
| |||||||||||
Gets the value of the type property.
| |||||||||||
Sets the value of the accountNumber property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the routingNumber property.
| |||||||||||
Sets the value of the type property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the accountNumber property.
Gets the value of the name property.
Gets the value of the routingNumber property.
Gets the value of the type property.
BankAccountTypeType
Sets the value of the accountNumber property.
| value | Allowed object is String |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the routingNumber property.
| value | Allowed object is String |
|---|
Sets the value of the type property.
| value | Allowed object is
BankAccountTypeType
|
|---|