class AuthorizeNet::API::CustomerType
{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerType
type - CustomerTypeEnum id - SOAP::SOAPString email - SOAP::SOAPString phoneNumber - SOAP::SOAPString faxNumber - SOAP::SOAPString driversLicense - DriversLicenseType taxId - SOAP::SOAPString
Public Class Methods
new(type = nil, id = nil, email = nil, phoneNumber = nil, faxNumber = nil, driversLicense = nil, taxId = nil)
click to toggle source
# File lib/authorize_net/api/schema.rb, line 799 def initialize(type = nil, id = nil, email = nil, phoneNumber = nil, faxNumber = nil, driversLicense = nil, taxId = nil) @type = type @id = id @email = email @phoneNumber = phoneNumber @faxNumber = faxNumber @driversLicense = driversLicense @taxId = taxId end