Subscription billing invoice retrieval.
Summary
Functions
Fetches an authorized-payment invoice by id.
Searches invoices matching filters (query-string parameters).
Functions
@spec get(Mercadopago.Client.t(), String.t(), 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).