Subscription billing invoice retrieval.
Summary
Functions
@spec get(Mercadopago.Client.t(), Mercadopago.HTTP.id(), keyword()) :: Mercadopago.HTTP.response()
Fetches an authorized-payment invoice by id.
@spec search(Mercadopago.Client.t(), map() | nil, keyword()) :: Mercadopago.HTTP.response()
Searches invoices matching filters (query-string parameters).
@spec search_stream(Mercadopago.Client.t(), map() | nil, keyword()) :: Enumerable.t()
Streams every result of search/3, fetching each page as it is consumed.
See Mercadopago.Pagination.stream/3 for the options and for how failures are
reported.