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