ApplePayPayment.fromBasePayment constructor

ApplePayPayment.fromBasePayment(
  1. String token,
  2. 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);