Package | Description |
---|---|
com.oracle.bmc.ospgateway.model |
Modifier and Type | Method and Description |
---|---|
static Subscription.UpgradeStateDetails |
Subscription.UpgradeStateDetails.create(String key) |
Subscription.UpgradeStateDetails |
Subscription.getUpgradeStateDetails()
This field is used to describe the Upgrade State in case of error (E.g.
|
static Subscription.UpgradeStateDetails |
Subscription.UpgradeStateDetails.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Subscription.UpgradeStateDetails[] |
Subscription.UpgradeStateDetails.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Subscription.Builder |
Subscription.Builder.upgradeStateDetails(Subscription.UpgradeStateDetails upgradeStateDetails)
This field is used to describe the Upgrade State in case of error (E.g.
|
Constructor and Description |
---|
Subscription(String id,
String subscriptionPlanNumber,
Subscription.PlanType planType,
Date timeStart,
String shipToCustAcctSiteId,
String shipToCustAcctRoleId,
String billToCustAccountId,
Boolean isIntentToPay,
String currencyCode,
String gsiOrgCode,
String languageCode,
String organizationId,
Subscription.UpgradeState upgradeState,
Subscription.UpgradeStateDetails upgradeStateDetails,
Subscription.AccountType accountType,
TaxInfo taxInfo,
List<PaymentOption> paymentOptions,
PaymentGateway paymentGateway,
Address billingAddress,
Date timePlanUpgrade,
Date timePersonalToCorporateConv)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.