Address
Address: Find
See also the Address response object.
- Python
address = gateway.address.find("a_customer_id", "an_address_id")
If the address or customer can't be found, it will throw a NotFoundError
exception.
Arguments
address_id
required, strThe two-letter value for an address associated with a specific customer ID. The maximum number of addresses per customer is 50.
customer_id
required, strA string value representing an existing customer in your Vault.