Class: AuthorizeNet::API::GetCustomerProfileRequest
- Inherits:
-
Object
- Object
- AuthorizeNet::API::GetCustomerProfileRequest
- Includes:
- ROXML
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
AnetApi/xml/v1/schema/AnetApiSchema.xsdgetCustomerProfileRequest
merchantAuthentication - MerchantAuthenticationType
refId - SOAP::SOAPString
customerProfileId - (any)
unmaskExpirationDate - SOAP::SOAPBoolean
Instance Method Summary collapse
-
#initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, unmaskExpirationDate = nil) ⇒ GetCustomerProfileRequest
constructor
A new instance of GetCustomerProfileRequest.
Constructor Details
#initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, unmaskExpirationDate = nil) ⇒ GetCustomerProfileRequest
Returns a new instance of GetCustomerProfileRequest.
3152 3153 3154 3155 3156 3157 |
# File 'lib/authorize_net/api/schema.rb', line 3152 def initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, unmaskExpirationDate = nil) @merchantAuthentication = merchantAuthentication @refId = refId @customerProfileId = customerProfileId @unmaskExpirationDate = unmaskExpirationDate end |