Class: AuthorizeNet::API::ValidateCustomerPaymentProfileRequest

Inherits:
Object
  • Object
show all
Includes:
ROXML
Defined in:
lib/authorize_net/api/schema.rb

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdvalidateCustomerPaymentProfileRequest

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

Instance Method Summary collapse

Constructor Details

#initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, customerPaymentProfileId = nil, customerShippingAddressId = nil, cardCode = nil, validationMode = nil) ⇒ ValidateCustomerPaymentProfileRequest

Returns a new instance of ValidateCustomerPaymentProfileRequest.



3683
3684
3685
3686
3687
3688
3689
3690
3691
# File 'lib/authorize_net/api/schema.rb', line 3683

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