PaymentTokenRequest constructor

PaymentTokenRequest({
  1. String? accountId,
  2. String? method,
  3. bool? test,
  4. PaymentInfoModel? paymentData,
})

Implementation

PaymentTokenRequest({
  this.accountId,
  this.method,
  this.test,
  this.paymentData,
});