Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 622 Bytes

File metadata and controls

19 lines (14 loc) · 622 Bytes

# CardParametersCardInformation

Card Information

use Xendit\PaymentMethod\CardParametersCardInformation;

Properties

Name Type Required Description Examples
card_number string ☑️ null
expiry_month string ☑️ Card expiry month in MM format null
expiry_year string ☑️ Card expiry month in YY format null
cardholder_name string Cardholder name null
cvv string null

[Back to README]