Address
Address: Find
See also the Address response object.
- Node
gateway.address.find("aCustomerId", "anAddressId", (err, address) => {
});
If the address or customer can't be found, it will return a notFoundError
.
Arguments
addressId
required, StringThe two-letter value for an address associated with a specific customer ID. The maximum number of addresses per customer is 50.
customerId
required, StringA string value representing an existing customer in your Vault.