ShopifySharpTransaction constructor
const
ShopifySharpTransaction({
- double? amount,
- String? authorization,
- DateTime? authorizationExpiresAt,
- DateTime? createdAt,
- int? deviceId,
- String? gateway,
- String? sourceName,
- String? source,
- ShopifySharpPaymentDetails? paymentDetails,
- String? kind,
- int? orderId,
- dynamic receipt,
- String? errorCode,
- String? status,
- bool? test,
- int? userId,
- String? currency,
- String? message,
- int? locationId,
- int? parentId,
- DateTime? processedAt,
- double? maximumRefundable,
- ShopifySharpCurrencyExchangeAdjustment? currencyExchangeAdjustment,
- ShopifySharpPaymentsRefundAttributes? paymentsRefundAttributes,
- String? paymentId,
- ShopifySharpPriceSet? totalUnsettledSet,
- int? id,
- 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,
});