Uses of Class
com.oracle.bmc.ospgateway.model.TaxInfo
-
Packages that use TaxInfo Package Description com.oracle.bmc.ospgateway.model -
-
Uses of TaxInfo in com.oracle.bmc.ospgateway.model
Methods in com.oracle.bmc.ospgateway.model that return TaxInfo Modifier and Type Method Description TaxInfo
TaxInfo.Builder. build()
TaxInfo
Subscription. getTaxInfo()
TaxInfo
SubscriptionSummary. getTaxInfo()
Methods in com.oracle.bmc.ospgateway.model with parameters of type TaxInfo Modifier and Type Method Description TaxInfo.Builder
TaxInfo.Builder. copy(TaxInfo model)
Subscription.Builder
Subscription.Builder. taxInfo(TaxInfo taxInfo)
SubscriptionSummary.Builder
SubscriptionSummary.Builder. taxInfo(TaxInfo taxInfo)
Constructors in com.oracle.bmc.ospgateway.model with parameters of type TaxInfo Constructor 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.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.
-