Mercadopago.OrderTransaction (mercadopago_sdk_elixir v0.1.0)

Copy Markdown View Source

Transaction management within an order.

Summary

Functions

Creates a transaction within the given order.

Deletes a transaction from the given order.

Functions

create(client, order_id, order_transaction_data, opts \\ [])

Creates a transaction within the given order.

delete(client, order_id, transaction_id, opts \\ [])

Deletes a transaction from the given order.

update(client, order_id, transaction_id, order_transaction_data, opts \\ [])

Updates a transaction within the given order.