MIF_E31211285/vendor/xendit/xendit-php/docs/Customer/AddressRequest.md

753 B

# AddressRequest

use Xendit\Customer\AddressRequest;

Properties

Name Type Required Description Examples
category string Home, work or provincial null
country_code string ISO3166-2 country code ID
province_state string null
city string null
suburb string null
postal_code string null
line_1 string null
line_2 string null
status AddressStatus null
is_primary bool null

[Back to README]