WebApiModulesPluginsCreditCardCreditCardLog class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

WebApiModulesPluginsCreditCardCreditCardLog({int? creditCardLogId, String? creditCardPlugin, String? orderId, String? transactionDate, String? expirationDate, int? holdPeriod, String? transactionId, double? amount, String? transactionType, String? pinPadCode, String? apiUrl, String? apiRequestMethod, String? apiRequestHeader, String? apiRequestBody, String? apiResponseStatusCode, String? apiResponseHeader, String? apiResponseBody, bool? responseSuccess, String? responseStatus, String? responseStatusText, String? dateStamp, String? auditNote, String? recordTitle, List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields, List<FwStandardDataFwCustomValue>? custom, List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue>? translation})
WebApiModulesPluginsCreditCardCreditCardLog.fromJson(Map<String, dynamic> json)
factory

Properties

amount double?
final
apiRequestBody String?
final
apiRequestHeader String?
final
apiRequestMethod String?
final
apiResponseBody String?
final
apiResponseHeader String?
final
apiResponseStatusCode String?
final
apiUrl String?
final
auditNote String?
final
creditCardLogId int?
final
creditCardPlugin String?
final
custom List<FwStandardDataFwCustomValue>?
final
dateStamp String?
final
defaultFieldAttributes List<FwStandardDataFwDefaultAttribute>?
final
expirationDate String?
final
fields List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?
final
hashCode int
The hash code for this object.
no setteroverride
holdPeriod int?
final
orderId String?
final
pinPadCode String?
final
recordTitle String?
final
responseStatus String?
final
responseStatusText String?
final
responseSuccess bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transactionDate String?
final
transactionId String?
final
transactionType String?
final
translation List<FwStandardDataFwTranslatedValue>?
final

Methods

copyWith({int? creditCardLogId, String? creditCardPlugin, String? orderId, String? transactionDate, String? expirationDate, int? holdPeriod, String? transactionId, double? amount, String? transactionType, String? pinPadCode, String? apiUrl, String? apiRequestMethod, String? apiRequestHeader, String? apiRequestBody, String? apiResponseStatusCode, String? apiResponseHeader, String? apiResponseBody, bool? responseSuccess, String? responseStatus, String? responseStatusText, String? dateStamp, String? auditNote, String? recordTitle, List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields, List<FwStandardDataFwCustomValue>? custom, List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue>? translation}) WebApiModulesPluginsCreditCardCreditCardLog

Available on WebApiModulesPluginsCreditCardCreditCardLog, provided by the $WebApiModulesPluginsCreditCardCreditCardLogExtension extension

copyWithWrapped({Wrapped<int?>? creditCardLogId, Wrapped<String?>? creditCardPlugin, Wrapped<String?>? orderId, Wrapped<String?>? transactionDate, Wrapped<String?>? expirationDate, Wrapped<int?>? holdPeriod, Wrapped<String?>? transactionId, Wrapped<double?>? amount, Wrapped<String?>? transactionType, Wrapped<String?>? pinPadCode, Wrapped<String?>? apiUrl, Wrapped<String?>? apiRequestMethod, Wrapped<String?>? apiRequestHeader, Wrapped<String?>? apiRequestBody, Wrapped<String?>? apiResponseStatusCode, Wrapped<String?>? apiResponseHeader, Wrapped<String?>? apiResponseBody, Wrapped<bool?>? responseSuccess, Wrapped<String?>? responseStatus, Wrapped<String?>? responseStatusText, Wrapped<String?>? dateStamp, Wrapped<String?>? auditNote, Wrapped<String?>? recordTitle, Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>? fields, Wrapped<List<FwStandardDataFwCustomValue>?>? custom, Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes, Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation}) WebApiModulesPluginsCreditCardCreditCardLog

Available on WebApiModulesPluginsCreditCardCreditCardLog, provided by the $WebApiModulesPluginsCreditCardCreditCardLogExtension extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(dynamic other) bool
The equality operator.
override

Constants

fromJsonFactory → const WebApiModulesPluginsCreditCardCreditCardLog Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(WebApiModulesPluginsCreditCardCreditCardLog instance)