Transaction Properties |
The Transaction type exposes the following members.
Name | Description | |
---|---|---|
![]() | amount |
The transaction gross amount.
|
![]() | authorization_code |
The processor authorization code.
|
![]() | authorize_only |
True if this should only be pre-authorized (e.g. NOT submitted for settlement)
|
![]() | created_at |
The record creation date/time (UTC).
|
![]() | payment_id |
The ID of the payment as stored in the payment table.
|
![]() | payment_method_id |
The ID of the payment method used as stored in the payment_method table.
|
![]() | payment_token |
The Braintree payment token.
|
![]() | refund_date |
The date/time of the refund, if any.
|
![]() | refund_id |
The ID of the refund, if any.
|
![]() | refund_status |
The status of a refund, if any.
|
![]() | refund_transaction_id |
The transaction ID of the refund, if any.
|
![]() | request_id |
The ID of the request (for pre-authorization).
|
![]() | status_id |
The status ID.
|
![]() | task_id |
The ID of the related task.
|
![]() | transaction_id |
The transaction ID.
|
![]() | transaction_status |
The transaction status.
|
![]() | transaction_type |
The transaction type.
|
![]() | updated_date |
The record last update date/time (UTC).
|