Method: AuthorizeNet::API::CustomerPaymentProfileType#initialize
- Defined in:
- lib/authorize_net/api/schema.rb
#initialize(customerType = nil, billTo = nil, payment = nil, driversLicense = nil, taxId = nil, defaultPaymentProfile = nil, subsequentAuthInformation = nil, excludeFromAccountUpdater = nil) ⇒ CustomerPaymentProfileType
Returns a new instance of CustomerPaymentProfileType.
1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 |
# File 'lib/authorize_net/api/schema.rb', line 1278 def initialize(customerType = nil, billTo = nil, payment = nil, driversLicense = nil, taxId = nil, defaultPaymentProfile = nil, subsequentAuthInformation = nil, excludeFromAccountUpdater = nil) @customerType = customerType @billTo = billTo @payment = payment @driversLicense = driversLicense @taxId = taxId @defaultPaymentProfile = defaultPaymentProfile @subsequentAuthInformation = subsequentAuthInformation @excludeFromAccountUpdater = excludeFromAccountUpdater end |