ClimateOrderCreateOptions constructor

const ClimateOrderCreateOptions({
  1. int? amount,
  2. ClimateRemovalsBeneficiary? beneficiary,
  3. String? currency,
  4. List<String>? expand,
  5. Map<String, String>? metadata,
  6. String? metricTons,
  7. required String product,
})

Implementation

const ClimateOrderCreateOptions({
  this.amount,
  this.beneficiary,
  this.currency,
  this.expand,
  this.metadata,
  this.metricTons,
  required this.product,
});