Types > OrderHistoryCaptureTransaction
Description
Fields
Amount captured
Example: 5000
External transaction identifier (gateway-specific)
Gateway token
Whether gateway was in test mode
Transaction token
Used By
Types
Preview (typescript)
interface OrderHistoryCaptureTransaction {amount: numberexternal_id: stringgateway_token: stringtest: booleantoken: string}