Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 344 Bytes

File metadata and controls

18 lines (12 loc) · 344 Bytes

Type

The expected authorization result when using the generated token for a payment.

Example Usage

import { Type } from "@boltpay/bolt-typescript-sdk/models/operations";

let value: Type = Type.Approve;

Values

Name Value
Approve approve
Decline decline