class Ebanx::Command::EditMerchantIntegrationProperties
Public Class Methods
new(params)
click to toggle source
# File lib/ebanx/command/edit_merchant_integration_properties.rb, line 4 def initialize(params) @params = params @request_method = :post @request_action = 'merchantIntegrationProperties/edit' @response_type = :json end
Public Instance Methods
validate()
click to toggle source
# File lib/ebanx/command/edit_merchant_integration_properties.rb, line 11 def validate validate_presence :image validate_presence :url_response validate_presence :receipt_email validate_presence :url_status_change_notification end