class AuthorizeNet::API::ValidateCustomerPaymentProfileRequest

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

merchantAuthentication - MerchantAuthenticationType
refId - SOAP::SOAPString
customerProfileId - (any)
customerPaymentProfileId - (any)
customerShippingAddressId - (any)
cardCode - (any)
validationMode - ValidationModeEnum

Public Class Methods

new(merchantAuthentication = nil, refId = nil, customerProfileId = nil, customerPaymentProfileId = nil, customerShippingAddressId = nil, cardCode = nil, validationMode = nil) click to toggle source
# File lib/authorize_net/api/schema.rb, line 3972
def initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, customerPaymentProfileId = nil, customerShippingAddressId = nil, cardCode = nil, validationMode = nil)
  @merchantAuthentication = merchantAuthentication
  @refId = refId
  @customerProfileId = customerProfileId
  @customerPaymentProfileId = customerPaymentProfileId
  @customerShippingAddressId = customerShippingAddressId
  @cardCode = cardCode
  @validationMode = validationMode
end