Class: AuthorizeNet::API::CreateCustomerPaymentProfileRequest
- Inherits:
-
Object
- Object
- AuthorizeNet::API::CreateCustomerPaymentProfileRequest
- Includes:
- ROXML
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
AnetApi/xml/v1/schema/AnetApiSchema.xsdcreateCustomerPaymentProfileRequest
merchantAuthentication - MerchantAuthenticationType
refId - SOAP::SOAPString
customerProfileId - (any)
paymentProfile - CustomerPaymentProfileType
validationMode - ValidationModeEnum
Instance Method Summary collapse
-
#initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, paymentProfile = nil, validationMode = nil) ⇒ CreateCustomerPaymentProfileRequest
constructor
A new instance of CreateCustomerPaymentProfileRequest.
Constructor Details
#initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, paymentProfile = nil, validationMode = nil) ⇒ CreateCustomerPaymentProfileRequest
Returns a new instance of CreateCustomerPaymentProfileRequest.
3033 3034 3035 3036 3037 3038 3039 |
# File 'lib/authorize_net/api/schema.rb', line 3033 def initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, paymentProfile = nil, validationMode = nil) @merchantAuthentication = merchantAuthentication @refId = refId @customerProfileId = customerProfileId @paymentProfile = paymentProfile @validationMode = validationMode end |