Method: AdvancedBilling::HistoricUsage#billing_period_ends_at

Defined in:
lib/advanced_billing/models/historic_usage.rb

#billing_period_ends_atDateTime

End date of billing period

Returns:

  • (DateTime)


24
25
26
# File 'lib/advanced_billing/models/historic_usage.rb', line 24

def billing_period_ends_at
  @billing_period_ends_at
end