CardPayment.fromBasePayment constructor
CardPayment.fromBasePayment(
- PaylikeCard card,
- BasePayment options
Used for creating a card payment from an already defined BasePayment
Implementation
CardPayment.fromBasePayment(this.card, BasePayment options)
: super(
amount: options.amount,
plans: options.plans,
unplanned: options.unplanned,
custom: options.custom);