
task-2804999
closes odoo/documentation#2797
X-original-commit: 668ac2c650
Related: odoo/odoo#102716
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
27 lines
901 B
ReStructuredText
27 lines
901 B
ReStructuredText
:hide-page-toc:
|
|
|
|
===================
|
|
Payment Transaction
|
|
===================
|
|
|
|
.. autoclass:: odoo.addons.payment.models.payment_transaction::PaymentTransaction()
|
|
|
|
.. automethod:: _compute_reference
|
|
.. automethod:: _compute_reference_prefix
|
|
.. automethod:: _get_post_processing_values
|
|
.. automethod:: _get_specific_create_values
|
|
.. automethod:: _get_specific_processing_values
|
|
.. automethod:: _get_specific_rendering_values
|
|
.. automethod:: _get_tx_from_notification_data
|
|
.. automethod:: _handle_notification_data
|
|
.. automethod:: _process_notification_data
|
|
.. automethod:: _send_capture_request
|
|
.. automethod:: _send_payment_request
|
|
.. automethod:: _send_refund_request
|
|
.. automethod:: _send_void_request
|
|
.. automethod:: _set_authorized
|
|
.. automethod:: _set_canceled
|
|
.. automethod:: _set_done
|
|
.. automethod:: _set_error
|
|
.. automethod:: _set_pending
|