Represents Address data in the Customers API.
Inttegro decodes API responses into this struct. Required fields are always present;
optional fields are nil when they do not apply or were not returned. Follow the linked
types in t/0 for nested domain values.
Creates and maintains customer records owned by an Inttegro application.
Customers connect contact information, addresses, orders, and saved payment methods. Use a
stable customer ID for repeat relationships and keep application-specific identifiers in
custom_data rather than overloading personal fields.
Summary
Functions
Builds a Inttegro.Customers.Address and raises KeyError when a required field is missing.
Types
Functions
Builds a Inttegro.Customers.Address and raises KeyError when a required field is missing.