Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 316 Bytes

File metadata and controls

17 lines (11 loc) · 316 Bytes

TransactionIntent

Example Usage

import { TransactionIntent } from "@gr4vy/sdk/models/components";

let value: TransactionIntent = "authorize";

// Open enum: unrecognized values are captured as Unrecognized<string>

Values

"authorize" | "capture" | Unrecognized<string>