|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Address | |
|---|---|
| net.authorize.cim | |
| net.authorize.data.cim | |
| net.authorize.data.xml | |
| Uses of Address in net.authorize.cim |
|---|
| Methods in net.authorize.cim with parameters of type Address | |
|---|---|
void |
Transaction.setShipTo(Address shipTo)
Set shipping information. |
| Uses of Address in net.authorize.data.cim |
|---|
| Fields in net.authorize.data.cim declared as Address | |
|---|---|
protected Address |
PaymentProfile.billTo
|
| Fields in net.authorize.data.cim with type parameters of type Address | |
|---|---|
protected ArrayList<Address> |
CustomerProfile.shipToAddressList
|
| Methods in net.authorize.data.cim that return Address | |
|---|---|
Address |
PaymentProfile.getBillTo()
Gets the value of the billTo property. |
Address |
CustomerProfile.getShipToAddress()
Return the first (perhaps only) address in the list. |
| Methods in net.authorize.data.cim that return types with arguments of type Address | |
|---|---|
ArrayList<Address> |
CustomerProfile.getShipToAddressList()
|
| Methods in net.authorize.data.cim with parameters of type Address | |
|---|---|
void |
CustomerProfile.addShipToAddress(Address shipTo)
Add an address to the ship to list. |
void |
PaymentProfile.setBillTo(Address value)
Sets the value of the billTo property. |
| Method parameters in net.authorize.data.cim with type arguments of type Address | |
|---|---|
void |
CustomerProfile.setShipToAddressList(ArrayList<Address> shipToAddressList)
|
| Uses of Address in net.authorize.data.xml |
|---|
| Methods in net.authorize.data.xml that return Address | |
|---|---|
static Address |
Address.createAddress()
|
Address |
Customer.getBillTo()
|
Address |
Customer.getShipTo()
|
| Methods in net.authorize.data.xml with parameters of type Address | |
|---|---|
void |
Customer.setBillTo(Address bill_to)
|
void |
Customer.setShipTo(Address ship_to)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||