Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 559 Bytes

BillingInformation.md

File metadata and controls

20 lines (15 loc) · 559 Bytes

# BillingInformation

Billing Information

use Xendit\PaymentMethod\BillingInformation;

Properties

Name Type Required Description Examples
country string ☑️ null
street_line1 string null
street_line2 string null
city string null
province_state string null
postal_code string null

[Back to README]