GoogleCloudApigeeV1RatePlan class
Rate plan details.
Constructors
-
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}) - GoogleCloudApigeeV1RatePlan.fromJson(Map json_)
Properties
- apiproduct ↔ String?
-
Name of the API product that the rate plan is associated with.
getter/setter pair
- billingPeriod ↔ String?
-
Frequency at which the customer will be billed.
Possible string values are:
getter/setter pair
-
consumptionPricingRates
↔ List<
GoogleCloudApigeeV1RateRange> ? -
API call volume ranges and the fees charged when the total number of API
calls is within a given range.
getter/setter pair
- consumptionPricingType ↔ String?
-
Pricing model used for consumption-based charges.
Possible string values are:
getter/setter pair
- createdAt ↔ String?
-
Time that the rate plan was created in milliseconds since epoch.
getter/setter pair
- currencyCode ↔ String?
-
Currency to be used for billing.
getter/setter pair
- description ↔ String?
-
Description of the rate plan.
getter/setter pair
- displayName ↔ String?
-
Display name of the rate plan.
getter/setter pair
- endTime ↔ String?
-
Time when the rate plan will expire in milliseconds since epoch.
getter/setter pair
- fixedFeeFrequency ↔ int?
-
Frequency at which the fixed fee is charged.
getter/setter pair
- fixedRecurringFee ↔ GoogleTypeMoney?
-
Fixed amount that is charged at a defined interval and billed in advance
of use of the API product.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastModifiedAt ↔ String?
-
Time the rate plan was last modified in milliseconds since epoch.
getter/setter pair
- name ↔ String?
-
Name of the rate plan.
getter/setter pair
- paymentFundingModel ↔ String?
-
DEPRECATED: This field is no longer supported and will eventually be
removed when Apigee Hybrid 1.5/1.6 is no longer supported.
getter/setter pair
-
Details of the revenue sharing model.
getter/setter pair
-
Method used to calculate the revenue that is shared with developers.
Possible string values are:
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- setupFee ↔ GoogleTypeMoney?
-
Initial, one-time fee paid when purchasing the API product.
getter/setter pair
- startTime ↔ String?
-
Time when the rate plan becomes active in milliseconds since epoch.
getter/setter pair
- state ↔ String?
-
Current state of the rate plan (draft or published).
Possible string values are:
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited