WebApiModulesPluginsCreditCardCreditCardLog constructor
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,
Implementation
WebApiModulesPluginsCreditCardCreditCardLog({
this.creditCardLogId,
this.creditCardPlugin,
this.orderId,
this.transactionDate,
this.expirationDate,
this.holdPeriod,
this.transactionId,
this.amount,
this.transactionType,
this.pinPadCode,
this.apiUrl,
this.apiRequestMethod,
this.apiRequestHeader,
this.apiRequestBody,
this.apiResponseStatusCode,
this.apiResponseHeader,
this.apiResponseBody,
this.responseSuccess,
this.responseStatus,
this.responseStatusText,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});