GoogleCloudRetailV2PurchaseTransaction constructor

GoogleCloudRetailV2PurchaseTransaction({
  1. double? cost,
  2. String? currencyCode,
  3. String? id,
  4. double? revenue,
  5. double? tax,
})

Implementation

GoogleCloudRetailV2PurchaseTransaction({
  this.cost,
  this.currencyCode,
  this.id,
  this.revenue,
  this.tax,
});