PaymentRequestUnionCard constructor

PaymentRequestUnionCard({
  1. CardCompany? cardCompany,
  2. List<CardCompany>? availableCards,
  3. bool? useFreeInterestFromMall,
  4. Installment? installment,
  5. bool? useCardPoint,
  6. bool? useAppCardOnly,
  7. bool? useInstallment,
  8. CardPromotion? cardPromotion,
})

Implementation

PaymentRequestUnionCard({
  this.cardCompany,
  this.availableCards,
  this.useFreeInterestFromMall,
  this.installment,
  this.useCardPoint,
  this.useAppCardOnly,
  this.useInstallment,
  this.cardPromotion,
});