Class: Spree::StripeInvoice

Inherits:
Base
  • Object
show all
Defined in:
app/models/spree/stripe_invoice.rb

Constant Summary collapse

STATUS_OPTIONS =
{
  'draft' => 'Draft',
  'open' => 'Open',
  'paid' => 'Paid',
  'uncollectible' => 'Uncollectible',
  'void' => 'Void'
}.freeze