Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 947 Bytes

Address.md

File metadata and controls

27 lines (21 loc) · 947 Bytes

# Address

use Xendit\Customer\Address;

Properties

Name Type Required Description Examples
id string d290f1ee-6c54-4b01-90e6-d701748f0851
category string ☑️ null
country string ☑️ null
province_state string ☑️ null
city string ☑️ null
postal_code string ☑️ null
street_line1 string ☑️ null
street_line2 string ☑️ null
status AddressStatus null
is_primary bool ☑️ null
meta object null
created \DateTime 2016-08-29T09:12:33.001Z
updated \DateTime 2016-08-29T09:12:33.001Z

[Back to README]