class AuthorizeNet::API::CustomerPaymentProfileType

{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerPaymentProfileType

customerType - CustomerTypeEnum
billTo - CustomerAddressType
payment - PaymentType
driversLicense - DriversLicenseType
taxId - SOAP::SOAPString

Public Class Methods

new(customerType = nil, billTo = nil, payment = nil, driversLicense = nil, taxId = nil, defaultPaymentProfile = nil) click to toggle source
# File lib/authorize_net/api/schema.rb, line 1084
def initialize(customerType = nil, billTo = nil, payment = nil, driversLicense = nil, taxId = nil, defaultPaymentProfile = nil)
  @customerType = customerType
  @billTo = billTo
  @payment = payment
  @driversLicense = driversLicense
  @taxId = taxId
  @defaultPaymentProfile = defaultPaymentProfile
end