PaymentFields class Null safety
Constructors
- 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})
-
PaymentFields.fromJson(Map<
String?, dynamic> json)
Properties
- applicationId ↔ String?
-
read / write
- applicationName ↔ String?
-
read / write
- avaiableBalance ↔ String?
-
read / write
- bin ↔ String?
-
read / write
- boardingTax ↔ String?
-
read / write
- cardCaptureType ↔ String?
-
read / write
- changeAmount ↔ String?
-
read / write
- cityState ↔ String?
-
read / write
- creditAdminTax ↔ String?
-
read / write
- document ↔ String?
-
read / write
- documentType ↔ String?
-
read / write
- entranceMode ↔ String?
-
read / write
- externalCallMerchantCode ↔ String?
-
read / write
- firstQuotaAmount ↔ String?
-
read / write
- firstQuotaDate ↔ String?
-
read / write
- hasConnectivity ↔ String?
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- hasPassword ↔ String?
-
read / write
- hasPrintedClientReceipt ↔ String?
-
read / write
- hasSentMerchantCode ↔ String?
-
read / write
- hasSentReference ↔ String?
-
read / write
- hasSignature ↔ String?
-
read / write
- hasWarranty ↔ String?
-
read / write
- interestAmount ↔ String?
-
read / write
- isDoubleFontPrintAllowed ↔ String?
-
read / write
- isExternalCall ↔ String?
-
read / write
- isFinancialProduct ↔ String?
-
read / write
- isOnlyIntegrationCancelable ↔ String?
-
read / write
- merchantAddress ↔ String?
-
read / write
- merchantCode ↔ String?
-
read / write
- merchantName ↔ String?
-
read / write
- numberOfQuotas ↔ String?
-
read / write
- originalTransactionDate ↔ String?
-
read / write
- originalTransactionId ↔ String?
-
read / write
- pan ↔ String?
-
read / write
- paymentTransactionId ↔ String?
-
read / write
- paymentTypeCode ↔ String?
-
read / write
- primaryProductCode ↔ String?
-
read / write
- primaryProductName ↔ String?
-
read / write
- productName ↔ String?
-
read / write
- receiptPrintPermission ↔ String?
-
read / write
- requestDate ↔ String?
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- secondaryProductCode ↔ String?
-
read / write
- secondaryProductName ↔ String?
-
read / write
- serviceTax ↔ String?
-
read / write
- signatureBytes ↔ String?
-
read / write
- signatureMd5 ↔ String?
-
read / write
- statusCode ↔ String?
-
read / write
- totalizerCode ↔ String?
-
read / write
- upFrontAmount ↔ String?
-
read / write
- v40Code ↔ String?
-
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toJson(
) → Map< String?, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited