| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
Phase |
Phase.Builder.build()
Builds a new
Phase object using the set fields. |
| Modifier and Type | Method and Description |
|---|---|
List<Phase> |
SubscriptionAction.getPhases()
Getter for Phases.
|
List<Phase> |
SubscriptionEvent.getPhases()
Getter for Phases.
|
List<Phase> |
CreateSubscriptionRequest.getPhases()
Getter for Phases.
|
List<Phase> |
Subscription.getPhases()
Getter for Phases.
|
protected io.apimatic.core.types.OptionalNullable<List<Phase>> |
SubscriptionAction.internalGetPhases()
Internal Getter for Phases.
|
protected io.apimatic.core.types.OptionalNullable<List<Phase>> |
SubscriptionEvent.internalGetPhases()
Internal Getter for Phases.
|
| Modifier and Type | Method and Description |
|---|---|
SubscriptionAction.Builder |
SubscriptionAction.Builder.phases(List<Phase> phases)
Setter for phases.
|
SubscriptionEvent.Builder |
SubscriptionEvent.Builder.phases(List<Phase> phases)
Setter for phases.
|
CreateSubscriptionRequest.Builder |
CreateSubscriptionRequest.Builder.phases(List<Phase> phases)
Setter for phases.
|
Subscription.Builder |
Subscription.Builder.phases(List<Phase> phases)
Setter for phases.
|
| Constructor and Description |
|---|
CreateSubscriptionRequest(String locationId,
String customerId,
String idempotencyKey,
String planVariationId,
String startDate,
String canceledDate,
String taxPercentage,
Money priceOverrideMoney,
String cardId,
String timezone,
SubscriptionSource source,
Integer monthlyBillingAnchorDate,
List<Phase> phases)
Initialization constructor.
|
Subscription(String id,
String locationId,
String planVariationId,
String customerId,
String startDate,
io.apimatic.core.types.OptionalNullable<String> canceledDate,
String chargedThroughDate,
String status,
io.apimatic.core.types.OptionalNullable<String> taxPercentage,
List<String> invoiceIds,
Money priceOverrideMoney,
Long version,
String createdAt,
io.apimatic.core.types.OptionalNullable<String> cardId,
String timezone,
SubscriptionSource source,
io.apimatic.core.types.OptionalNullable<List<SubscriptionAction>> actions,
Integer monthlyBillingAnchorDate,
List<Phase> phases)
Initialization constructor.
|
Subscription(String id,
String locationId,
String planVariationId,
String customerId,
String startDate,
String canceledDate,
String chargedThroughDate,
String status,
String taxPercentage,
List<String> invoiceIds,
Money priceOverrideMoney,
Long version,
String createdAt,
String cardId,
String timezone,
SubscriptionSource source,
List<SubscriptionAction> actions,
Integer monthlyBillingAnchorDate,
List<Phase> phases)
Initialization constructor.
|
SubscriptionAction(String id,
String type,
io.apimatic.core.types.OptionalNullable<String> effectiveDate,
io.apimatic.core.types.OptionalNullable<Integer> monthlyBillingAnchorDate,
io.apimatic.core.types.OptionalNullable<List<Phase>> phases,
io.apimatic.core.types.OptionalNullable<String> newPlanVariationId)
Initialization constructor.
|
SubscriptionAction(String id,
String type,
String effectiveDate,
Integer monthlyBillingAnchorDate,
List<Phase> phases,
String newPlanVariationId)
Initialization constructor.
|
SubscriptionEvent(String id,
String subscriptionEventType,
String effectiveDate,
String planVariationId,
Integer monthlyBillingAnchorDate,
SubscriptionEventInfo info,
List<Phase> phases)
Initialization constructor.
|
SubscriptionEvent(String id,
String subscriptionEventType,
String effectiveDate,
String planVariationId,
Integer monthlyBillingAnchorDate,
SubscriptionEventInfo info,
io.apimatic.core.types.OptionalNullable<List<Phase>> phases)
Initialization constructor.
|
Copyright © 2024. All rights reserved.