UNPKG

card-management-sdk

Version:

The Shell Card Management API is REST-based and employs OAUTH 2.0,Basic and ApiKey authentication. The API endpoints accept JSON-encoded request bodies, return JSON-encoded responses and use standard HTTP response codes. All resources are located in the S

25 lines 1.7 kB
"use strict"; /** * Shell Card Management APIsLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ exports.__esModule = true; exports.bankAccountSchema = void 0; var schema_1 = require("../schema"); exports.bankAccountSchema = (0, schema_1.object)({ accountNumber: ['AccountNumber', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], bankName: ['BankName', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], accountName: ['AccountName', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], dateEffective: ['DateEffective', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], dateTerminated: ['DateTerminated', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], iBAN: ['IBAN', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], currencyCode: ['CurrencyCode', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], currencySymbol: ['CurrencySymbol', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], countryISOCode: ['CountryISOCode', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], country: ['Country', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], sortCode: ['SortCode', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], swiftCode: ['SwiftCode', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], bankType: ['BankType', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))] }); //# sourceMappingURL=bankAccount.js.map