CardAuthInfo constructor

CardAuthInfo({
  1. String? maskedPan,
  2. String? approvalCode,
  3. bool? chargeback,
  4. PaymentSystem? paymentSystem,
  5. String? productCategory,
  6. String? product,
  7. String? expiration,
  8. String? cardholderName,
  9. SecureAuthInfo? secureAuthInfo,
  10. String? pan,
})

Открытая информация о карте

Implementation

CardAuthInfo({
  this.maskedPan,
  this.approvalCode,
  this.chargeback,
  this.paymentSystem,
  this.productCategory,
  this.product,
  this.expiration,
  this.cardholderName,
  this.secureAuthInfo,
  this.pan,
});