onCardPay property

dynamic Function(CardFormResults results, CheckOutResult checkOutResult) onCardPay
final

Provide a function that receives CardFormResults as a parameter that is to be trigger once the user completes the credit card form and presses pay

Implementation

final Function(CardFormResults results, CheckOutResult checkOutResult)
    onCardPay;