Class: AuthorizeNet::API::CustomerProfileIdType
- Inherits:
-
Object
- Object
- AuthorizeNet::API::CustomerProfileIdType
- 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
-
#initialize(customerProfileId = nil, customerPaymentProfileId = nil, customerAddressId = nil) ⇒ CustomerProfileIdType
constructor
A new instance of CustomerProfileIdType.
Constructor Details
#initialize(customerProfileId = nil, customerPaymentProfileId = nil, customerAddressId = nil) ⇒ CustomerProfileIdType
Returns a new instance of CustomerProfileIdType.
1007 1008 1009 1010 1011 |
# File 'lib/authorize_net/api/schema.rb', line 1007 def initialize(customerProfileId = nil, customerPaymentProfileId = nil, customerAddressId = nil) @customerProfileId = customerProfileId @customerPaymentProfileId = customerPaymentProfileId @customerAddressId = customerAddressId end |