GoogleCloudRecommendationengineV1beta1PurchaseTransaction constructor

GoogleCloudRecommendationengineV1beta1PurchaseTransaction({
  1. Map<String, double>? costs,
  2. String? currencyCode,
  3. String? id,
  4. double? revenue,
  5. Map<String, double>? taxes,
})

Implementation

GoogleCloudRecommendationengineV1beta1PurchaseTransaction({
  this.costs,
  this.currencyCode,
  this.id,
  this.revenue,
  this.taxes,
});