RatePlanArgs

fun RatePlanArgs(apiproduct: Output<String>? = null, apiproductId: Output<String>? = null, billingPeriod: Output<RatePlanBillingPeriod>? = null, consumptionPricingRates: Output<List<GoogleCloudApigeeV1RateRangeArgs>>? = null, consumptionPricingType: Output<RatePlanConsumptionPricingType>? = null, currencyCode: Output<String>? = null, description: Output<String>? = null, displayName: Output<String>? = null, endTime: Output<String>? = null, fixedFeeFrequency: Output<Int>? = null, fixedRecurringFee: Output<GoogleTypeMoneyArgs>? = null, organizationId: Output<String>? = null, paymentFundingModel: Output<RatePlanPaymentFundingModel>? = null, revenueShareRates: Output<List<GoogleCloudApigeeV1RevenueShareRangeArgs>>? = null, revenueShareType: Output<RatePlanRevenueShareType>? = null, setupFee: Output<GoogleTypeMoneyArgs>? = null, startTime: Output<String>? = null, state: Output<RatePlanState>? = null)