Class: C2eCore::Drops::PaymentGateDrop
- Defined in:
- /build/app/mailers/c2e_core/drops/payment_gate_drop.rb
Instance Method Summary collapse
-
#enum ⇒ String
-
The enum value of the PaymentGate, e.g.
-
-
#initialize(payment_gate) ⇒ PaymentGateDrop
constructor
A new instance of PaymentGateDrop.
-
#label ⇒ String
-
The localised name of the PaymentGate, e.g.
-
Constructor Details
#initialize(payment_gate) ⇒ PaymentGateDrop
Returns a new instance of PaymentGateDrop.
Instance Method Details
#enum ⇒ String
Returns - The enum value of the PaymentGate, e.g. CASH, CREDIT, WALLET_CREDIT, or KIOSK_GATE. For a complete list, check API.
#label ⇒ String
Returns - The localised name of the PaymentGate, e.g. "Cash", "Credit Card", "Wallet Credit", or Kiosk Gate. For a complete list, check API.