Class: AuthorizeNet::API::GetCustomerPaymentProfileRequest
- Inherits:
-
Object
- Object
- AuthorizeNet::API::GetCustomerPaymentProfileRequest
- Includes:
- ROXML
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
AnetApi/xml/v1/schema/AnetApiSchema.xsdgetCustomerPaymentProfileRequest
merchantAuthentication - MerchantAuthenticationType
refId - SOAP::SOAPString
customerProfileId - (any)
customerPaymentProfileId - (any)
unmaskExpirationDate - SOAP::SOAPBoolean
Instance Method Summary collapse
-
#initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, customerPaymentProfileId = nil, unmaskExpirationDate = nil, includeIssuerInfo = nil) ⇒ GetCustomerPaymentProfileRequest
constructor
A new instance of GetCustomerPaymentProfileRequest.
Constructor Details
#initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, customerPaymentProfileId = nil, unmaskExpirationDate = nil, includeIssuerInfo = nil) ⇒ GetCustomerPaymentProfileRequest
Returns a new instance of GetCustomerPaymentProfileRequest.
3610 3611 3612 3613 3614 3615 3616 3617 |
# File 'lib/authorize_net/api/schema.rb', line 3610 def initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, customerPaymentProfileId = nil, unmaskExpirationDate = nil, includeIssuerInfo = nil) @merchantAuthentication = merchantAuthentication @refId = refId @customerProfileId = customerProfileId @customerPaymentProfileId = customerPaymentProfileId @unmaskExpirationDate = unmaskExpirationDate @includeIssuerInfo = includeIssuerInfo end |