Uses of Class
com.oracle.bmc.ospgateway.model.SubscriptionSummary.AccountType
-
Packages that use SubscriptionSummary.AccountType Package Description com.oracle.bmc.ospgateway.model -
-
Uses of SubscriptionSummary.AccountType in com.oracle.bmc.ospgateway.model
Methods in com.oracle.bmc.ospgateway.model that return SubscriptionSummary.AccountType Modifier and Type Method Description static SubscriptionSummary.AccountTypeSubscriptionSummary.AccountType. create(String key)SubscriptionSummary.AccountTypeSubscriptionSummary. getAccountType()Account type.static SubscriptionSummary.AccountTypeSubscriptionSummary.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.Methods in com.oracle.bmc.ospgateway.model with parameters of type SubscriptionSummary.AccountType Modifier and Type Method Description SubscriptionSummary.BuilderSubscriptionSummary.Builder. accountType(SubscriptionSummary.AccountType accountType)Account type.Constructors in com.oracle.bmc.ospgateway.model with parameters of type SubscriptionSummary.AccountType Constructor Description SubscriptionSummary(String id, String subscriptionPlanNumber, SubscriptionSummary.PlanType planType, Date timeStart, String shipToCustAcctSiteId, String shipToCustAcctRoleId, String billToCustAccountId, Boolean isIntentToPay, Boolean isCorporateConversionAllowed, 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.
-