PaymentOptionResponse constructor

PaymentOptionResponse({
  1. String? paymentToken,
  2. MerchantInfo? merchantInfo,
  3. UserInfo? userInfo,
  4. List<PaymentChannelCategory>? channels,
  5. TransactionInfo? transactionInfo,
  6. ConfigurationInfo? configurationInfo,
  7. String? responseCode,
  8. String? responseDescription,
})

Implementation

PaymentOptionResponse({
  this.paymentToken,
  this.merchantInfo,
  this.userInfo,
  this.channels,
  this.transactionInfo,
  this.configurationInfo,
  this.responseCode,
  this.responseDescription,
});