GoogleCloudPaymentsResellerSubscriptionV1ProductPriceConfig constructor

GoogleCloudPaymentsResellerSubscriptionV1ProductPriceConfig({
  1. GoogleCloudPaymentsResellerSubscriptionV1Amount? amount,
  2. String? regionCode,
})

Implementation

GoogleCloudPaymentsResellerSubscriptionV1ProductPriceConfig({
  this.amount,
  this.regionCode,
});