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