Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 571 Bytes

PaymentRequestShippingInformation.md

File metadata and controls

20 lines (14 loc) · 571 Bytes

# PaymentRequestShippingInformation

use Xendit\PaymentRequest\PaymentRequestShippingInformation;

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]