Class: AuthorizeNet::API::CustomerDataType
- Inherits:
-
Object
- Object
- AuthorizeNet::API::CustomerDataType
- Includes:
- ROXML
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
AnetApi/xml/v1/schema/AnetApiSchema.xsdcustomerDataType
type - CustomerTypeEnum
id - SOAP::SOAPString
email - SOAP::SOAPString
driversLicense - DriversLicenseType
taxId - SOAP::SOAPString
Instance Method Summary collapse
-
#initialize(type = nil, id = nil, email = nil, driversLicense = nil, taxId = nil) ⇒ CustomerDataType
constructor
A new instance of CustomerDataType.
Constructor Details
#initialize(type = nil, id = nil, email = nil, driversLicense = nil, taxId = nil) ⇒ CustomerDataType
Returns a new instance of CustomerDataType.
824 825 826 827 828 829 830 |
# File 'lib/authorize_net/api/schema.rb', line 824 def initialize(type = nil, id = nil, email = nil, driversLicense = nil, taxId = nil) @type = type @id = id @email = email @driversLicense = driversLicense @taxId = taxId end |