object

SplitPaymentTimeout

Timeout configuration for a split payment step.
Fields
unit
String
Time unit for the timeout duration (e.g., 'minutes', 'hours'). Null when timeout_type is 'no_limit'.
value
Int
Numeric value of the timeout duration. Null when timeout_type is 'no_limit'.
timeout_type
String
Category of timeout applied. 'standard' enforces a fixed duration via unit and value; 'no_limit' means no expiry and unit/value will be null.