Package | Description |
---|---|
com.oracle.bmc.ospgateway.model |
Modifier and Type | Class and Description |
---|---|
class |
CreditCardPaymentOption
Credit card Payment related details
Note: Objects should always be created or deserialized using the CreditCardPaymentOption.Builder . |
class |
PaypalPaymentOption
PayPal Payment related details
Note: Objects should always be created or deserialized using the PaypalPaymentOption.Builder . |
Modifier and Type | Method and Description |
---|---|
List<PaymentOption> |
SubscriptionSummary.getPaymentOptions()
Payment option list of a subscription.
|
List<PaymentOption> |
Subscription.getPaymentOptions()
Payment option list of a subscription.
|
Modifier and Type | Method and Description |
---|---|
SubscriptionSummary.Builder |
SubscriptionSummary.Builder.paymentOptions(List<PaymentOption> paymentOptions)
Payment option list of a subscription.
|
Subscription.Builder |
Subscription.Builder.paymentOptions(List<PaymentOption> paymentOptions)
Payment option list of a subscription.
|
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.
|
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.