Nombaone.AdvanceCycleResult (Nomba One v0.1.0)

View Source

What forcing one billing cycle produced. outcome is the cycle's billing result (paid | past_due | pending | open); invoice is the Nombaone.Invoice the cycle produced.

Summary

Types

t()

@type t() :: %Nombaone.AdvanceCycleResult{
  __raw__: term(),
  domain: term(),
  invoice: term(),
  outcome: term(),
  subscription_id: term()
}