GoogleCloudPaymentsResellerSubscriptionV1SubscriptionLineItem constructor

GoogleCloudPaymentsResellerSubscriptionV1SubscriptionLineItem({
  1. GoogleCloudPaymentsResellerSubscriptionV1Amount? amount,
  2. SubscriptionLineItemBundleDetails? bundleDetails,
  3. String? description,
  4. GoogleCloudPaymentsResellerSubscriptionV1FiniteBillingCycleDetails? finiteBillingCycleDetails,
  5. String? lineItemFreeTrialEndTime,
  6. int? lineItemIndex,
  7. List<GoogleCloudPaymentsResellerSubscriptionV1SubscriptionPromotionSpec>? lineItemPromotionSpecs,
  8. GoogleCloudPaymentsResellerSubscriptionV1SubscriptionLineItemOneTimeRecurrenceDetails? oneTimeRecurrenceDetails,
  9. String? product,
  10. GoogleCloudPaymentsResellerSubscriptionV1ProductPayload? productPayload,
  11. String? recurrenceType,
  12. 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,
});