GoogleCloudApigeeV1RatePlan constructor
GoogleCloudApigeeV1RatePlan({
- String? apiproduct,
- String? billingPeriod,
- List<
GoogleCloudApigeeV1RateRange> ? consumptionPricingRates, - String? consumptionPricingType,
- String? createdAt,
- String? currencyCode,
- String? description,
- String? displayName,
- String? endTime,
- int? fixedFeeFrequency,
- GoogleTypeMoney? fixedRecurringFee,
- String? lastModifiedAt,
- String? name,
- String? paymentFundingModel,
- GoogleTypeMoney? setupFee,
- String? startTime,
- String? state,
Implementation
GoogleCloudApigeeV1RatePlan({
this.apiproduct,
this.billingPeriod,
this.consumptionPricingRates,
this.consumptionPricingType,
this.createdAt,
this.currencyCode,
this.description,
this.displayName,
this.endTime,
this.fixedFeeFrequency,
this.fixedRecurringFee,
this.lastModifiedAt,
this.name,
this.paymentFundingModel,
this.revenueShareRates,
this.revenueShareType,
this.setupFee,
this.startTime,
this.state,
});