Uses of Class
net.authorize.api.contract.v1.DriversLicenseType
-
Packages that use DriversLicenseType Package Description net.authorize.api.contract.v1 -
-
Uses of DriversLicenseType in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as DriversLicenseType Modifier and Type Field Description protected DriversLicenseTypeCustomerDataType. driversLicenseprotected DriversLicenseTypeCustomerPaymentProfileType. driversLicenseprotected DriversLicenseTypeCustomerType. driversLicenseMethods in net.authorize.api.contract.v1 that return DriversLicenseType Modifier and Type Method Description DriversLicenseTypeObjectFactory. createDriversLicenseType()Create an instance ofDriversLicenseTypeDriversLicenseTypeCustomerDataType. getDriversLicense()Gets the value of the driversLicense property.DriversLicenseTypeCustomerPaymentProfileType. getDriversLicense()Gets the value of the driversLicense property.DriversLicenseTypeCustomerType. getDriversLicense()Gets the value of the driversLicense property.Methods in net.authorize.api.contract.v1 with parameters of type DriversLicenseType Modifier and Type Method Description voidCustomerDataType. setDriversLicense(DriversLicenseType value)Sets the value of the driversLicense property.voidCustomerPaymentProfileType. setDriversLicense(DriversLicenseType value)Sets the value of the driversLicense property.voidCustomerType. setDriversLicense(DriversLicenseType value)Sets the value of the driversLicense property.
-