Skip to content

Instantly share code, notes, and snippets.

@jaredk2g
Created March 31, 2017 15:39
Show Gist options
  • Save jaredk2g/aece00ead442ede8ff41fc5454ff3b9c to your computer and use it in GitHub Desktop.
Save jaredk2g/aece00ead442ede8ff41fc5454ff3b9c to your computer and use it in GitHub Desktop.
Invoice billing period
invoiced.Invoice.create(
# ...
:metadata => {
:billing_period => "Mar 1, 2017 - Mar 31, 2017"
}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment