Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 753 Bytes

AddressRequest.md

File metadata and controls

24 lines (18 loc) · 753 Bytes

# 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]