Uses of Class
com.oracle.bmc.ospgateway.model.AddressVerificationCode
-
Packages that use AddressVerificationCode Package Description com.oracle.bmc.ospgateway.model -
-
Uses of AddressVerificationCode in com.oracle.bmc.ospgateway.model
Methods in com.oracle.bmc.ospgateway.model that return AddressVerificationCode Modifier and Type Method 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.Methods in com.oracle.bmc.ospgateway.model with parameters of type AddressVerificationCode Modifier and Type Method Description VerifyAddressReceipt.Builder
VerifyAddressReceipt.Builder. verificationCode(AddressVerificationCode verificationCode)
Address verification code.Constructors in com.oracle.bmc.ospgateway.model with parameters of type AddressVerificationCode Constructor Description VerifyAddressReceipt(Address address, AddressQualityType quality, AddressVerificationCode verificationCode)
Deprecated.
-