Class: AuthorizeNet::API::CustomerProfileIdType

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdcustomerProfileIdType

customerProfileId - SOAP::SOAPString
customerPaymentProfileId - SOAP::SOAPString
customerAddressId - SOAP::SOAPString

Instance Method Summary collapse

Constructor Details

#initialize(customerProfileId = nil, customerPaymentProfileId = nil, customerAddressId = nil) ⇒ CustomerProfileIdType

Returns a new instance of CustomerProfileIdType.



923
924
925
926
927
# File 'lib/authorize_net/api/schema.rb', line 923

def initialize(customerProfileId = nil, customerPaymentProfileId = nil, customerAddressId = nil)
  @customerProfileId = customerProfileId
  @customerPaymentProfileId = customerPaymentProfileId
  @customerAddressId = customerAddressId
end