starling_helper
Version:
A helper library for starling
30 lines (27 loc) • 1.05 kB
JavaScript
'use strict';
module.exports = Object.freeze({
GETACCOUNTS: 'getAccounts',
GETACCOUNTBALANCES: 'getAccountBalances',
GETADDRESSES: 'getAddresses',
GETCONTACTS: 'getContacts',
GETCONTACTBYID: 'getContactByID',
GETCONTACTACCOUNTS: 'getContactAccounts',
GETCONTACTACCOUNTSBYID: 'getContactAccountsByID',
GETCUSTOMERS: 'getCustomers',
GETDIRECTDEBITMANDATES: 'getDirectDebitMandates',
GETDIRECTDEBITMANDATESBYUID: 'getDirectDebitMandatesByUID',
GETME: 'getMe',
GETCARDS: 'getCards',
TRANSACTIONSDAY: 'getTodaysTransactions',
TRANSACTIONSWEEK: 'getWeeksTransactions',
TRANSACTIONMONTH: 'getMonthsTransactions',
TRANSACTIONYEAR: 'getYearsTransactions',
TRANSACTIONALL: 'getAllTransactions',
GETPAYMENTS: 'getPaymentSchedule',
GETMERCHANT: 'getMerchant',
GETMERCHANTLOCATION: 'getMerchantLocation',
GETALLSAVINGGOALS: 'getAllSavingGoals',
GETGOALBYID: 'getGoalByID',
GETGOALSRECURRINGTRANSFERS: 'getGoalsRecurringTransfers',
GETGOALPHOTO: 'getGoalPhoto'
});