| Package | Description |
|---|---|
| com.braintreegateway |
| 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 |
SamsungPayCard.getBillingAddress() |
Address |
CreditCard.getBillingAddress() |
Address |
MasterpassCard.getBillingAddress() |
Address |
Transaction.getBillingAddress() |
Address |
CreditCardVerification.getBillingAddress() |
Address |
VisaCheckoutCard.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–2018. All rights reserved.