Class: MercadoPublicoCl::Enums::PurchaseOrderPaymentMethod

Inherits:
Base
  • Object
show all
Defined in:
lib/mercado_publico_cl/enums/purchase_order_payment_method.rb

Constant Summary collapse

MAPPING =
{
  1 => :net_15_on_invoice,
  2 => :net_30_on_invoice,
  39 => :other,
  46 => :net_50_on_invoice,
  47 => :net_60_on_invoice,
  48 => :net_45,
  49 => :over_30_days
}.freeze
DESCRIPTIONS =
{
  net_15_on_invoice: "Net 15 days from invoice",
  net_30_on_invoice: "Net 30 days from invoice",
  other: "Other payment terms",
  net_50_on_invoice: "Net 50 days from invoice",
  net_60_on_invoice: "Net 60 days from invoice",
  net_45: "Net 45 days",
  over_30_days: "Over 30 days"
}.freeze

Method Summary

Methods inherited from Base

api_value, api_values, codes, description, descriptions, mapping, symbols, to_code, to_symbol