Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.46 KB

testingcreditcardgetrequestbody.md

File metadata and controls

17 lines (12 loc) · 1.46 KB

TestingCreditCardGetRequestBody

Example Usage

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

let value: TestingCreditCardGetRequestBody = {
  type: Type.Approve,
};

Fields

Field Type Required Description Example
type operations.Type ✔️ The expected authorization result when using the generated token for a payment. approve