Uses of Class
net.authorize.api.contract.v1.OpaqueDataType
-
Packages that use OpaqueDataType Package Description net.authorize.api.contract.v1 -
-
Uses of OpaqueDataType in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as OpaqueDataType Modifier and Type Field Description protected OpaqueDataTypeDecryptPaymentDataRequest. opaqueDataprotected OpaqueDataTypeGetCustomerPaymentProfileNonceResponse. opaqueDataprotected OpaqueDataTypePaymentType. opaqueDataprotected OpaqueDataTypeSecurePaymentContainerResponse. opaqueDataMethods in net.authorize.api.contract.v1 that return OpaqueDataType Modifier and Type Method Description OpaqueDataTypeObjectFactory. createOpaqueDataType()Create an instance ofOpaqueDataTypeOpaqueDataTypeDecryptPaymentDataRequest. getOpaqueData()Gets the value of the opaqueData property.OpaqueDataTypeGetCustomerPaymentProfileNonceResponse. getOpaqueData()Gets the value of the opaqueData property.OpaqueDataTypePaymentType. getOpaqueData()Gets the value of the opaqueData property.OpaqueDataTypeSecurePaymentContainerResponse. getOpaqueData()Gets the value of the opaqueData property.Methods in net.authorize.api.contract.v1 with parameters of type OpaqueDataType Modifier and Type Method Description voidDecryptPaymentDataRequest. setOpaqueData(OpaqueDataType value)Sets the value of the opaqueData property.voidGetCustomerPaymentProfileNonceResponse. setOpaqueData(OpaqueDataType value)Sets the value of the opaqueData property.voidPaymentType. setOpaqueData(OpaqueDataType value)Sets the value of the opaqueData property.voidSecurePaymentContainerResponse. setOpaqueData(OpaqueDataType value)Sets the value of the opaqueData property.
-