ApplePayPayment constructor

ApplePayPayment(
  1. {required PaymentDetails paymentDetails,
  2. required Payer payer,
  3. required String applePayToken,
  4. Callbacks? callbacks}
)

Implementation

ApplePayPayment({
  required super.paymentDetails,
  required super.payer,
  required this.applePayToken,
  super.callbacks
});