class GenesisRuby::Api::Requests::Financial::OnlineBankingPayments::Davivienda

bills online to anyone, anytime in Colombia.
Davivienda is offering the Bill pay service which is a fast, easy and secure way to pay and manage your

def allowed_billing_countries

Allowed billing countries for Davivienda transaction request
def allowed_billing_countries
  %w(CO)
end

def payment_transaction_structure

Davivienda payment transaction structure
def payment_transaction_structure
  super.merge return_pending_url: return_pending_url
end

def transaction_type

Davivienda transaction type
def transaction_type
  Api::Constants::Transactions::DAVIVIENDA
end