data-and-reporting-sdk
Version:
Data And Reporting product consists of API's which provides details of transaction and invoice informations about shell cards. The Shell Card Transaction and Invoice API is REST-based and employs Basic authentication in Version 1 and Oauth authentication
25 lines • 1.7 kB
JavaScript
;
/**
* Shell Data & Reporting 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