Package | Description |
---|---|
com.braintreegateway |
Modifier and Type | Field and Description |
---|---|
private Address |
IndividualDetails.address |
private Address |
BusinessDetails.address |
private Address |
CreditCardVerification.billingAddress |
private Address |
Transaction.billingAddress |
private Address |
CreditCard.billingAddress |
private Address |
Transaction.shippingAddress |
Modifier and Type | Field and Description |
---|---|
private List<Address> |
Customer.addresses |
Modifier and Type | Method and Description |
---|---|
Address |
AddressGateway.find(String customerId,
String id)
Finds a Customer's
Address . |
Address |
IndividualDetails.getAddress() |
Address |
BusinessDetails.getAddress() |
Address |
CreditCardVerification.getBillingAddress() |
Address |
Transaction.getBillingAddress() |
Address |
CreditCard.getBillingAddress() |
Address |
Transaction.getShippingAddress() |
Address |
Transaction.getVaultBillingAddress(BraintreeGateway gateway) |
Address |
Transaction.getVaultShippingAddress(BraintreeGateway gateway) |
Modifier and Type | Method and Description |
---|---|
Result<Address> |
AddressGateway.create(String customerId,
AddressRequest request)
|
Result<Address> |
AddressGateway.delete(String customerId,
String id)
Deletes a Customer's
Address . |
List<Address> |
Customer.getAddresses() |
Result<Address> |
AddressGateway.update(String customerId,
String id,
AddressRequest request)
Updates a Customer's
Address . |
Copyright © 2013-2014. All Rights Reserved.