GoogleCloudPaymentsResellerSubscriptionV1SubscriptionLineItem constructor
GoogleCloudPaymentsResellerSubscriptionV1SubscriptionLineItem({
- GoogleCloudPaymentsResellerSubscriptionV1Amount? amount,
- SubscriptionLineItemBundleDetails? bundleDetails,
- String? description,
- GoogleCloudPaymentsResellerSubscriptionV1FiniteBillingCycleDetails? finiteBillingCycleDetails,
- String? lineItemFreeTrialEndTime,
- int? lineItemIndex,
- List<
GoogleCloudPaymentsResellerSubscriptionV1SubscriptionPromotionSpec> ? lineItemPromotionSpecs, - GoogleCloudPaymentsResellerSubscriptionV1SubscriptionLineItemOneTimeRecurrenceDetails? oneTimeRecurrenceDetails,
- String? product,
- GoogleCloudPaymentsResellerSubscriptionV1ProductPayload? productPayload,
- String? recurrenceType,
- String? state,
Implementation
GoogleCloudPaymentsResellerSubscriptionV1SubscriptionLineItem({
this.amount,
this.bundleDetails,
this.description,
this.finiteBillingCycleDetails,
this.lineItemFreeTrialEndTime,
this.lineItemIndex,
this.lineItemPromotionSpecs,
this.oneTimeRecurrenceDetails,
this.product,
this.productPayload,
this.recurrenceType,
this.state,
});