Uses of Class
com.oracle.bmc.ospgateway.model.PaymentOption
-
Packages that use PaymentOption Package Description com.oracle.bmc.ospgateway.model -
-
Uses of PaymentOption in com.oracle.bmc.ospgateway.model
Subclasses of PaymentOption in com.oracle.bmc.ospgateway.model Modifier and Type Class Description class
CreditCardPaymentOption
Credit card Payment related details
Note: Objects should always be created or deserialized using theCreditCardPaymentOption.Builder
.class
PaypalPaymentOption
PayPal Payment related details
Note: Objects should always be created or deserialized using thePaypalPaymentOption.Builder
.Methods in com.oracle.bmc.ospgateway.model that return types with arguments of type PaymentOption Modifier and Type Method Description List<PaymentOption>
Subscription. getPaymentOptions()
Payment option list of a subscription.List<PaymentOption>
SubscriptionSummary. getPaymentOptions()
Payment option list of a subscription.Method parameters in com.oracle.bmc.ospgateway.model with type arguments of type PaymentOption Modifier and Type Method Description Subscription.Builder
Subscription.Builder. paymentOptions(List<PaymentOption> paymentOptions)
Payment option list of a subscription.SubscriptionSummary.Builder
SubscriptionSummary.Builder. paymentOptions(List<PaymentOption> paymentOptions)
Payment option list of a subscription.Constructor parameters in com.oracle.bmc.ospgateway.model with type arguments of type PaymentOption 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.
-