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)
click to toggle source
# File lib/authorize_net/api/schema.rb, line 3216 def initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, customerPaymentProfileId = nil, unmaskExpirationDate = nil) @merchantAuthentication = merchantAuthentication @refId = refId @customerProfileId = customerProfileId @customerPaymentProfileId = customerPaymentProfileId @unmaskExpirationDate = unmaskExpirationDate end