authorization | BoltAuthorizationView? | status and reason for the auth decision. |
captures | [BoltCaptureView]? | Capture records (status, amount as BoltAmountView). |
credit | BoltCreditView? | Credit leg status when present. |
transactionProperties | BoltTransactionProperties? | avsResult, cvvResult from the processor. |
orderDecision | BoltOrderDecisionView? | Fraud/order decision (score, decisionFactors). |
riskScore | Double? | Risk score when provided. |
customerListStatus | BoltCustomerListStatus? | autoApproved, blockListed. |
indemnificationDecision | String? | Indemnification decision when applicable. |
indemnificationReason | String? | Indemnification reason when applicable. |
splits | [BoltTransactionSplitView]? | Split payouts (amount, type). |
lastViewedUtc | Int? | Last viewed time (epoch ms). |
viewStatus | String? | View/status string. |
hasRefunds | Bool? | Whether refunds exist on the transaction. |