Package | Description |
---|---|
com.oracle.bmc.ospgateway.model |
Modifier and Type | Method and Description |
---|---|
PaymentGateway |
PaymentGateway.Builder.build() |
PaymentGateway |
SubscriptionSummary.getPaymentGateway() |
PaymentGateway |
Subscription.getPaymentGateway() |
Modifier and Type | Method and Description |
---|---|
PaymentGateway.Builder |
PaymentGateway.Builder.copy(PaymentGateway model) |
SubscriptionSummary.Builder |
SubscriptionSummary.Builder.paymentGateway(PaymentGateway paymentGateway) |
Subscription.Builder |
Subscription.Builder.paymentGateway(PaymentGateway paymentGateway) |
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.