onCardPay property

dynamic Function(CardFormResults) onCardPay
final

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

Implementation

final Function(CardFormResults) onCardPay;