ShopifySharpTransaction constructor

const ShopifySharpTransaction({
  1. double? amount,
  2. String? authorization,
  3. DateTime? authorizationExpiresAt,
  4. DateTime? createdAt,
  5. int? deviceId,
  6. String? gateway,
  7. String? sourceName,
  8. String? source,
  9. ShopifySharpPaymentDetails? paymentDetails,
  10. String? kind,
  11. int? orderId,
  12. dynamic receipt,
  13. String? errorCode,
  14. String? status,
  15. bool? test,
  16. int? userId,
  17. String? currency,
  18. String? message,
  19. int? locationId,
  20. int? parentId,
  21. DateTime? processedAt,
  22. double? maximumRefundable,
  23. ShopifySharpCurrencyExchangeAdjustment? currencyExchangeAdjustment,
  24. ShopifySharpPaymentsRefundAttributes? paymentsRefundAttributes,
  25. String? paymentId,
  26. ShopifySharpPriceSet? totalUnsettledSet,
  27. int? id,
  28. String? adminGraphqlApiId,
})

Implementation

const ShopifySharpTransaction({
  this.amount,
  this.authorization,
  this.authorizationExpiresAt,
  this.createdAt,
  this.deviceId,
  this.gateway,
  this.sourceName,
  this.source,
  this.paymentDetails,
  this.kind,
  this.orderId,
  this.receipt,
  this.errorCode,
  this.status,
  this.test,
  this.userId,
  this.currency,
  this.message,
  this.locationId,
  this.parentId,
  this.processedAt,
  this.maximumRefundable,
  this.currencyExchangeAdjustment,
  this.paymentsRefundAttributes,
  this.paymentId,
  this.totalUnsettledSet,
  this.id,
  this.adminGraphqlApiId,
});