Class: AuthorizeNet::API::CustomerPaymentProfileMaskedType

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdcustomerPaymentProfileMaskedType

customerType - CustomerTypeEnum
billTo - CustomerAddressType
customerPaymentProfileId - (any)
payment - PaymentMaskedType
driversLicense - DriversLicenseMaskedType
taxId - SOAP::SOAPString

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of CustomerPaymentProfileMaskedType.



1043
1044
1045
1046
1047
1048
1049
1050
# File 'lib/authorize_net/api/schema.rb', line 1043

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