GoogleCloudPaymentsResellerSubscriptionV1Subscription constructor
GoogleCloudPaymentsResellerSubscriptionV1Subscription({
- GoogleCloudPaymentsResellerSubscriptionV1SubscriptionCancellationDetails? cancellationDetails,
- String? createTime,
- String? cycleEndTime,
- bool? endUserEntitled,
- String? freeTrialEndTime,
- List<
GoogleCloudPaymentsResellerSubscriptionV1SubscriptionLineItem> ? lineItems, - String? name,
- String? partnerUserToken,
- String? processingState,
- List<
String> ? products, - List<
GoogleCloudPaymentsResellerSubscriptionV1SubscriptionPromotionSpec> ? promotionSpecs, - List<
String> ? promotions, - String? redirectUri,
- String? renewalTime,
- GoogleCloudPaymentsResellerSubscriptionV1Location? serviceLocation,
- String? state,
- String? updateTime,
- GoogleCloudPaymentsResellerSubscriptionV1SubscriptionUpgradeDowngradeDetails? upgradeDowngradeDetails,
Implementation
GoogleCloudPaymentsResellerSubscriptionV1Subscription({
this.cancellationDetails,
this.createTime,
this.cycleEndTime,
this.endUserEntitled,
this.freeTrialEndTime,
this.lineItems,
this.name,
this.partnerUserToken,
this.processingState,
this.products,
this.promotionSpecs,
this.promotions,
this.redirectUri,
this.renewalTime,
this.serviceLocation,
this.state,
this.updateTime,
this.upgradeDowngradeDetails,
});