module JeraPayment::Concerns::SubAccountMethods

Public Instance Methods

has_destroy_callback?() click to toggle source
# File lib/jera_payment/models/concerns/sub_account_methods.rb, line 11
def has_destroy_callback?
  false
end
verify(attributes) click to toggle source
# File lib/jera_payment/models/concerns/sub_account_methods.rb, line 7
def verify(attributes)
  JeraPayment::Services::Iugu::SubAccounts::Verify.new(self, attributes).call
end