Class: AuthorizeNet::API::CustomerPaymentProfileExType

Inherits:
Object
  • Object
show all
Includes:
ROXML
Defined in:
lib/authorize_net/api/schema.rb

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdcustomerPaymentProfileExType

customerType - CustomerTypeEnum
billTo - CustomerAddressType
payment - PaymentType
driversLicense - DriversLicenseType
taxId - SOAP::SOAPString
customerPaymentProfileId - (any)

Instance Method Summary collapse

Constructor Details

#initialize(customerType = nil, billTo = nil, payment = nil, driversLicense = nil, taxId = nil, customerPaymentProfileId = nil) ⇒ CustomerPaymentProfileExType

Returns a new instance of CustomerPaymentProfileExType.



1151
1152
1153
1154
1155
1156
1157
1158
# File 'lib/authorize_net/api/schema.rb', line 1151

def initialize(customerType = nil, billTo = nil, payment = nil, driversLicense = nil, taxId = nil, customerPaymentProfileId = nil)
  @customerType = customerType
  @billTo = billTo
  @payment = payment
  @driversLicense = driversLicense
  @taxId = taxId
  @customerPaymentProfileId = customerPaymentProfileId
end