struct Haystack::Invoice::Endpoint
- Haystack::Invoice::Endpoint
- Struct
- Value
- Object
Included Modules
Defined in:
haystack/invoice/endpoint.crClass Method Summary
Instance Method Summary
- #archive(id : String | Int, &)
- #archive(id : String | Int) : Item
- #create(**params, &)
- #create(**params) : Item
- #fetch(id : String | Int, &)
- #fetch(id : String | Int) : Item
- #finalise(id : String | Int, &)
- #finalise(id : String | Int) : Item
- #list(**params, &)
- #list(**params) : List
- #notify(id : String | Int, &)
- #notify(id : String | Int) : Notification::Item
- #totals(&)
- #totals : Totals::Item
- #update(id : String | Int, **params, &)
- #update(id : String | Int, **params) : Item
- #verify(code : String, &)
- #verify(code : String) : Item