ApplePayPayment.fromBasePayment constructor
ApplePayPayment.fromBasePayment(
- String token,
- BasePayment options
Used for creating an apple pay payment from an already defined BasePayment
Implementation
ApplePayPayment.fromBasePayment(this.token, BasePayment options)
: super(
amount: options.amount,
plans: options.plans,
unplanned: options.unplanned,
custom: options.custom);