Address: Find
- Ruby
address = gateway.address.find(
"a_customer_id",
"an_address_id"
)Braintree::NotFoundError.
Arguments
address_idrequired, StringThe two-letter value for an address associated with a specific customer ID. The maximum number of addresses per customer is 50.
customer_idrequired, StringA string value representing an existing customer in your Vault.