Class: AuthorizeNet::API::ValidateCustomerPaymentProfileRequest
- Inherits:
-
Object
- Object
- AuthorizeNet::API::ValidateCustomerPaymentProfileRequest
- 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
-
#initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, customerPaymentProfileId = nil, customerShippingAddressId = nil, cardCode = nil, validationMode = nil) ⇒ ValidateCustomerPaymentProfileRequest
constructor
A new instance of ValidateCustomerPaymentProfileRequest.
Constructor Details
#initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, customerPaymentProfileId = nil, customerShippingAddressId = nil, cardCode = nil, validationMode = nil) ⇒ ValidateCustomerPaymentProfileRequest
Returns a new instance of ValidateCustomerPaymentProfileRequest.
3575 3576 3577 3578 3579 3580 3581 3582 3583 |
# File 'lib/authorize_net/api/schema.rb', line 3575 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 |