Uses of Class
com.oracle.bmc.ospgateway.model.Address
-
Packages that use Address Package Description com.oracle.bmc.ospgateway.model com.oracle.bmc.ospgateway.responses -
-
Uses of Address in com.oracle.bmc.ospgateway.model
Methods in com.oracle.bmc.ospgateway.model that return Address Modifier and Type Method Description Address
Address.Builder. build()
Address
VerifyAddressReceipt. getAddress()
Address
Subscription. getBillingAddress()
Address
SubscriptionSummary. getBillingAddress()
Methods in com.oracle.bmc.ospgateway.model with parameters of type Address Modifier and Type Method Description VerifyAddressReceipt.Builder
VerifyAddressReceipt.Builder. address(Address address)
Subscription.Builder
Subscription.Builder. billingAddress(Address billingAddress)
SubscriptionSummary.Builder
SubscriptionSummary.Builder. billingAddress(Address billingAddress)
Address.Builder
Address.Builder. copy(Address model)
Constructors in com.oracle.bmc.ospgateway.model with parameters of type Address 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.VerifyAddressReceipt(Address address, AddressQualityType quality, AddressVerificationCode verificationCode)
Deprecated. -
Uses of Address in com.oracle.bmc.ospgateway.responses
Methods in com.oracle.bmc.ospgateway.responses that return Address Modifier and Type Method Description Address
GetAddressResponse. getAddress()
The returned Address instance.Methods in com.oracle.bmc.ospgateway.responses with parameters of type Address Modifier and Type Method Description GetAddressResponse.Builder
GetAddressResponse.Builder. address(Address address)
The returned Address instance.
-