import { TestingCreditCardGetRequestBody, Type } from "@boltpay/bolt-typescript-sdk/models/operations";
let value: TestingCreditCardGetRequestBody = {
type: Type.Approve,
};
Field | Type | Required | Description | Example |
---|---|---|---|---|
type |
operations.Type | ✔️ | The expected authorization result when using the generated token for a payment. | approve |