Class: AuthorizeNet::API::UpdateCustomerPaymentProfileRequest
- Inherits:
-
Object
- Object
- AuthorizeNet::API::UpdateCustomerPaymentProfileRequest
- Includes:
- ROXML
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
AnetApi/xml/v1/schema/AnetApiSchema.xsdupdateCustomerPaymentProfileRequest
merchantAuthentication - MerchantAuthenticationType
refId - SOAP::SOAPString
customerProfileId - (any)
paymentProfile - CustomerPaymentProfileExType
validationMode - ValidationModeEnum
Instance Method Summary collapse
-
#initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, paymentProfile = nil, validationMode = nil) ⇒ UpdateCustomerPaymentProfileRequest
constructor
A new instance of UpdateCustomerPaymentProfileRequest.
Constructor Details
#initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, paymentProfile = nil, validationMode = nil) ⇒ UpdateCustomerPaymentProfileRequest
Returns a new instance of UpdateCustomerPaymentProfileRequest.
3338 3339 3340 3341 3342 3343 3344 |
# File 'lib/authorize_net/api/schema.rb', line 3338 def initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, paymentProfile = nil, validationMode = nil) @merchantAuthentication = merchantAuthentication @refId = refId @customerProfileId = customerProfileId @paymentProfile = paymentProfile @validationMode = validationMode end |