Class: Billing::PaymentExternal

Inherits:
Payment
  • Object
show all
Defined in:
app/models/billing/payment_external.rb

Constant Summary

Constants inherited from Payment

Billing::Payment::PAYMENT_EXTERNAL, Billing::Payment::PAYMENT_MODELS, Billing::Payment::PAYMENT_WITH_TYPE, Billing::Payment::PAYPAL_EXPRESS, Billing::Payment::ROOM_TRANSFER

Instance Attribute Summary

Attributes inherited from Payment

#origin, #origin_id

Instance Method Summary collapse

Methods inherited from Payment

#cash?, #fiscal?, wild_args

Instance Method Details

#external?Boolean

Returns:

  • (Boolean)


5
# File 'app/models/billing/payment_external.rb', line 5

def external?; true; end