Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 608 Bytes

File metadata and controls

16 lines (11 loc) · 608 Bytes

# ChannelPropertiesCards

An object representing properties specific for credit card payment method.

use Xendit\Invoice\ChannelPropertiesCards;

Properties

Name Type Required Description Examples
allowed_bins string[] An array of allowed BINs (6 or 8 digits) for credit card payments. null
installment_configuration ChannelPropertiesCardsInstallmentConfiguration null

[Back to README]