Transaction management within an order.
Summary
Functions
Creates a transaction within the given order.
Deletes a transaction from the given order.
Updates a transaction within the given order.
Functions
@spec create(Mercadopago.Client.t(), String.t(), map(), keyword()) :: Mercadopago.HTTP.response()
Creates a transaction within the given order.
@spec delete(Mercadopago.Client.t(), String.t(), String.t(), keyword()) :: Mercadopago.HTTP.response()
Deletes a transaction from the given order.
@spec update(Mercadopago.Client.t(), String.t(), String.t(), map(), keyword()) :: Mercadopago.HTTP.response()
Updates a transaction within the given order.