PaymentOptions constructor
PaymentOptions({})
Implementation
PaymentOptions({
this.cash,
this.cashException,
this.cheque,
this.chequeException,
this.creditCard,
this.creditCardException,
this.debitCard,
this.debitCardException,
this.mobileNfc,
this.mobileNfcException,
});