class AuthorizeNet::API::GetCustomerPaymentProfileRequest

{AnetApi/xml/v1/schema/AnetApiSchema.xsd}getCustomerPaymentProfileRequest

merchantAuthentication - MerchantAuthenticationType
refId - SOAP::SOAPString
customerProfileId - (any)
customerPaymentProfileId - (any)
unmaskExpirationDate - SOAP::SOAPBoolean

Public Class Methods

new(merchantAuthentication = nil, refId = nil, customerProfileId = nil, customerPaymentProfileId = nil, unmaskExpirationDate = nil, includeIssuerInfo = nil) click to toggle source
# 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