PaymentRequestUnionCard constructor
PaymentRequestUnionCard({
- CardCompany? cardCompany,
- List<
CardCompany> ? availableCards, - bool? useFreeInterestFromMall,
- Installment? installment,
- bool? useCardPoint,
- bool? useAppCardOnly,
- bool? useInstallment,
- CardPromotion? cardPromotion,
Implementation
PaymentRequestUnionCard({
this.cardCompany,
this.availableCards,
this.useFreeInterestFromMall,
this.installment,
this.useCardPoint,
this.useAppCardOnly,
this.useInstallment,
this.cardPromotion,
});