class AuthorizeNet::API::CustomerPaymentProfileType
{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerPaymentProfileType
customerType - CustomerTypeEnum billTo - CustomerAddressType payment - PaymentType driversLicense - DriversLicenseType taxId - SOAP::SOAPString defaultPaymentProfile - SOAP::SOAPBoolean subsequentAuthInformation - SubsequentAuthInformation
Public Class Methods
new(customerType = nil, billTo = nil, payment = nil, driversLicense = nil, taxId = nil, defaultPaymentProfile = nil, subsequentAuthInformation = nil, excludeFromAccountUpdater = nil)
click to toggle source
# 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