Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 731 Bytes

File metadata and controls

16 lines (11 loc) · 731 Bytes

# ChannelPropertiesCardsInstallmentConfiguration

An object to pre-set cards installment for a specific invoice

use Xendit\Invoice\ChannelPropertiesCardsInstallmentConfiguration;

Properties

Name Type Required Description Examples
allow_full_payment bool Indicate whether full payment (without installment) is allowed null
allowed_terms array An object to set what kind (from specific bank / specific tenor) of cards installments will be available on a specific invoice null

[Back to README]