Package | Description |
---|---|
com.oracle.bmc.ospgateway.model |
Modifier and Type | Method and Description |
---|---|
static AddressVerificationCode |
AddressVerificationCode.create(String key) |
AddressVerificationCode |
VerifyAddressReceipt.getVerificationCode()
Address verification code.
|
static AddressVerificationCode |
AddressVerificationCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddressVerificationCode[] |
AddressVerificationCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
VerifyAddressReceipt.Builder |
VerifyAddressReceipt.Builder.verificationCode(AddressVerificationCode verificationCode)
Address verification code.
|
Constructor and Description |
---|
VerifyAddressReceipt(Address address,
AddressQualityType quality,
AddressVerificationCode verificationCode)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.