CardAuthInfo constructor
CardAuthInfo({
- String? maskedPan,
- String? expiration,
- String? cardholderName,
- String? approvalCode,
- bool? chargeback,
- PaymentSystem? paymentSystem,
- String? product,
- String? productCategory,
- SecureAuthInfo? secureAuthInfo,
- String? pan,
Открытая информация о карте
Implementation
CardAuthInfo({
this.maskedPan,
this.expiration,
this.cardholderName,
this.approvalCode,
this.chargeback,
this.paymentSystem,
this.product,
this.productCategory,
this.secureAuthInfo,
this.pan,
});