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)
merchantCustomerId - SOAP::SOAPString
email - SOAP::SOAPString
unmaskExpirationDate - SOAP::SOAPBoolean
Instance Method Summary collapse
-
#initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, unmaskExpirationDate = nil, merchantCustomerId = nil, email = nil, includeIssuerInfo = nil) ⇒ GetCustomerProfileRequest
constructor
A new instance of GetCustomerProfileRequest.
Constructor Details
#initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, unmaskExpirationDate = nil, merchantCustomerId = nil, email = nil, includeIssuerInfo = nil) ⇒ GetCustomerProfileRequest
Returns a new instance of GetCustomerProfileRequest.
3561 3562 3563 3564 3565 3566 3567 3568 3569 |
# File 'lib/authorize_net/api/schema.rb', line 3561 def initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, unmaskExpirationDate = nil, merchantCustomerId = nil, email = nil, includeIssuerInfo = nil) @merchantAuthentication = merchantAuthentication @refId = refId @customerProfileId = customerProfileId @merchantCustomerId = merchantCustomerId @email = email @unmaskExpirationDate = unmaskExpirationDate @includeIssuerInfo = includeIssuerInfo end |