Transaction constructor
Transaction({
- int? id,
- int? merchantId,
- int? userId,
- int? applicationId,
- String? currencyCode,
- int? amount,
- int? type,
- int? paymentMethodId,
- bool? isWaiting,
- bool? isCanceled,
- bool? isApprouved,
- String? canceledAt,
- String? approuvedAt,
- String? status,
- String? deletedAt,
- String? createdAt,
- String? updatedAt,
- String? reference,
- String? designation,
- String? clientReference,
- String? reason,
- String? notifUrl,
- String? errorMetaTransaction,
- String? buyerReference,
- String? orangePaymentUrl,
- String? orangePayToken,
- String? buyerName,
- String? paymentMethodCode,
- String? phoneNumber,
- bool? isInitiated,
- bool? isCompleted,
Implementation
Transaction(
{this.id,
this.merchantId,
this.userId,
this.applicationId,
this.currencyCode,
this.amount,
this.type,
this.paymentMethodId,
this.isWaiting,
this.isCanceled,
this.isApprouved,
this.canceledAt,
this.approuvedAt,
this.status,
this.deletedAt,
this.createdAt,
this.updatedAt,
this.reference,
this.designation,
this.clientReference,
this.reason,
this.notifUrl,
this.errorMetaTransaction,
this.buyerReference,
this.orangePaymentUrl,
this.orangePayToken,
this.buyerName,
this.paymentMethodCode,
this.phoneNumber,
this.isInitiated,
this.isCompleted
});