Class: Billing::PaypalExpress

Inherits:
Payment
  • Object
show all
Defined in:
app/models/billing/paypal_express.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?, #external?, #fiscal?, wild_args

Instance Method Details

#paypal_express?Boolean

Returns:

  • (Boolean)


4
# File 'app/models/billing/paypal_express.rb', line 4

def paypal_express?; true; end