PaymentTokenRequest constructor
PaymentTokenRequest({
- String? accountId,
- String? method,
- bool? test,
- PaymentInfoModel? paymentData,
Implementation
PaymentTokenRequest({
this.accountId,
this.method,
this.test,
this.paymentData,
});