export type TransactionKind = (
    "authorization" |
    "capture" |
    "sale" |
    "void" |
    "refund" |
    string
);