PaymentFields constructor
PaymentFields({
- String? upFrontAmount,
- String? creditAdminTax,
- String? firstQuotaDate,
- String? hasSignature,
- String? hasPrintedClientReceipt,
- String? hasWarranty,
- String? interestAmount,
- String? serviceTax,
- String? cityState,
- String? hasSentReference,
- String? originalTransactionId,
- String? originalTransactionDate,
- String? signatureMd5,
- String? hasConnectivity,
- String? productName,
- String? entranceMode,
- String? firstQuotaAmount,
- String? cardCaptureType,
- String? requestDate,
- String? boardingTax,
- String? numberOfQuotas,
- String? isDoubleFontPrintAllowed,
- String? bin,
- String? hasPassword,
- String? primaryProductCode,
- String? isExternalCall,
- String? primaryProductName,
- String? receiptPrintPermission,
- String? isOnlyIntegrationCancelable,
- String? externalCallMerchantCode,
- String? isFinancialProduct,
- String? applicationName,
- String? changeAmount,
- String? v40Code,
- String? secondaryProductName,
- String? paymentTransactionId,
- String? avaiableBalance,
- String? pan,
- String? secondaryProductCode,
- String? hasSentMerchantCode,
- String? documentType,
- String? statusCode,
- String? merchantAddress,
- String? merchantCode,
- String? paymentTypeCode,
- String? merchantName,
- String? totalizerCode,
- String? applicationId,
- String? signatureBytes,
- String? document,
Implementation
PaymentFields(
{this.upFrontAmount,
this.creditAdminTax,
this.firstQuotaDate,
this.hasSignature,
this.hasPrintedClientReceipt,
this.hasWarranty,
this.interestAmount,
this.serviceTax,
this.cityState,
this.hasSentReference,
this.originalTransactionId,
this.originalTransactionDate,
this.signatureMd5,
this.hasConnectivity,
this.productName,
this.entranceMode,
this.firstQuotaAmount,
this.cardCaptureType,
this.requestDate,
this.boardingTax,
this.numberOfQuotas,
this.isDoubleFontPrintAllowed,
this.bin,
this.hasPassword,
this.primaryProductCode,
this.isExternalCall,
this.primaryProductName,
this.receiptPrintPermission,
this.isOnlyIntegrationCancelable,
this.externalCallMerchantCode,
this.isFinancialProduct,
this.applicationName,
this.changeAmount,
this.v40Code,
this.secondaryProductName,
this.paymentTransactionId,
this.avaiableBalance,
this.pan,
this.secondaryProductCode,
this.hasSentMerchantCode,
this.documentType,
this.statusCode,
this.merchantAddress,
this.merchantCode,
this.paymentTypeCode,
this.merchantName,
this.totalizerCode,
this.applicationId,
this.signatureBytes,
this.document});