Class: AuthorizeNet::API::CustomerPaymentProfileType

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdcustomerPaymentProfileType

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

Instance Method Summary collapse

Constructor Details

#initialize(customerType = nil, billTo = nil, payment = nil, driversLicense = nil, taxId = nil, defaultPaymentProfile = nil) ⇒ CustomerPaymentProfileType

Returns a new instance of CustomerPaymentProfileType.



1125
1126
1127
1128
1129
1130
1131
1132
# File 'lib/authorize_net/api/schema.rb', line 1125

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