GoogleCloudChannelV1Price constructor

GoogleCloudChannelV1Price({
  1. GoogleTypeMoney? basePrice,
  2. double? discount,
  3. GoogleTypeMoney? effectivePrice,
  4. String? externalPriceUri,
})

Implementation

GoogleCloudChannelV1Price({
  this.basePrice,
  this.discount,
  this.effectivePrice,
  this.externalPriceUri,
});