| Package | Description |
|---|---|
| net.authorize.cim | |
| net.authorize.data.cim | |
| net.authorize.data.xml |
| Modifier and Type | Method and Description |
|---|---|
void |
Transaction.setShipTo(Address shipTo)
Set shipping information.
|
| Modifier and Type | Field and Description |
|---|---|
protected Address |
PaymentProfile.billTo |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.ArrayList<Address> |
CustomerProfile.shipToAddressList |
| Modifier and Type | Method and Description |
|---|---|
Address |
PaymentProfile.getBillTo()
Gets the value of the billTo property.
|
Address |
CustomerProfile.getShipToAddress()
Return the first (perhaps only) address in the list.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<Address> |
CustomerProfile.getShipToAddressList() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomerProfile.setShipToAddressList(java.util.ArrayList<Address> shipToAddressList) |
| Modifier and Type | Method and Description |
|---|---|
static Address |
Address.createAddress() |
Address |
Customer.getBillTo() |
Address |
Customer.getShipTo() |
| Modifier and Type | Method and Description |
|---|---|
void |
Customer.setBillTo(Address bill_to) |
void |
Customer.setShipTo(Address ship_to) |
Copyright © 2018. All Rights Reserved.