Functions
AccountsAxiosParamCreator
- AccountsAxiosParamCreator(configuration?: Configuration): { list: ((options?: any) => Promise<RequestArgs>); listTransactions: ((accountId: string, startingAfter?: string, options?: any) => Promise<RequestArgs>) }
Parameters
Returns { list: ((options?: any) => Promise<RequestArgs>); listTransactions: ((accountId: string, startingAfter?: string, options?: any) => Promise<RequestArgs>) }
list: ((options?: any) => Promise<RequestArgs>)
listTransactions: ((accountId: string, startingAfter?: string, options?: any) => Promise<RequestArgs>)
- (accountId: string, startingAfter?: string, options?: any): Promise<RequestArgs>
Parameters
accountId: string
Optional startingAfter: string
options: any = {}
AccountsFactory
- AccountsFactory(configuration?: Configuration, basePath?: string, axios?: AxiosInstance): { list: any; listTransactions: any }
Parameters
Optional basePath: string
Optional axios: AxiosInstance
Returns { list: any; listTransactions: any }
list:function
listTransactions:function
- listTransactions(accountId: string, startingAfter?: string, options?: any): AxiosPromise<TransactionListResult>
Parameters
accountId: string
Optional startingAfter: string
Optional options: any
AccountsFp
- AccountsFp(configuration?: Configuration): { list: any; listTransactions: any }
Parameters
Returns { list: any; listTransactions: any }
list:function
- list(options?: any): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccountListResult>)>
Parameters
Returns Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccountListResult>)>
listTransactions:function
- listTransactions(accountId: string, startingAfter?: string, options?: any): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<TransactionListResult>)>
Parameters
accountId: string
Optional startingAfter: string
Optional options: any
Returns Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<TransactionListResult>)>
ChannelsAxiosParamCreator
- ChannelsAxiosParamCreator(configuration?: Configuration): { create: ((channelParams: ChannelParams, options?: any) => Promise<RequestArgs>); list: ((customerId?: string, startingAfter?: string, options?: any) => Promise<RequestArgs>); listPayments: ((channelId: string, startingAfter?: string, options?: any) => Promise<RequestArgs>); retrieve: ((channelId: string, options?: any) => Promise<RequestArgs>); retrieveByCustomId: ((customId: string, options?: any) => Promise<RequestArgs>); retrievePayment: ((channelId: string, channelPaymentId: string, options?: any) => Promise<RequestArgs>); update: ((channelId: string, channelUpdateParams: ChannelUpdateParams, options?: any) => Promise<RequestArgs>) }
Parameters
Returns { create: ((channelParams: ChannelParams, options?: any) => Promise<RequestArgs>); list: ((customerId?: string, startingAfter?: string, options?: any) => Promise<RequestArgs>); listPayments: ((channelId: string, startingAfter?: string, options?: any) => Promise<RequestArgs>); retrieve: ((channelId: string, options?: any) => Promise<RequestArgs>); retrieveByCustomId: ((customId: string, options?: any) => Promise<RequestArgs>); retrievePayment: ((channelId: string, channelPaymentId: string, options?: any) => Promise<RequestArgs>); update: ((channelId: string, channelUpdateParams: ChannelUpdateParams, options?: any) => Promise<RequestArgs>) }
create: ((channelParams: ChannelParams, options?: any) => Promise<RequestArgs>)
list: ((customerId?: string, startingAfter?: string, options?: any) => Promise<RequestArgs>)
- (customerId?: string, startingAfter?: string, options?: any): Promise<RequestArgs>
Parameters
Optional customerId: string
Optional startingAfter: string
options: any = {}
listPayments: ((channelId: string, startingAfter?: string, options?: any) => Promise<RequestArgs>)
- (channelId: string, startingAfter?: string, options?: any): Promise<RequestArgs>
Parameters
channelId: string
Optional startingAfter: string
options: any = {}
retrieve: ((channelId: string, options?: any) => Promise<RequestArgs>)
- (channelId: string, options?: any): Promise<RequestArgs>
Parameters
channelId: string
options: any = {}
retrieveByCustomId: ((customId: string, options?: any) => Promise<RequestArgs>)
- (customId: string, options?: any): Promise<RequestArgs>
Parameters
customId: string
options: any = {}
retrievePayment: ((channelId: string, channelPaymentId: string, options?: any) => Promise<RequestArgs>)
- (channelId: string, channelPaymentId: string, options?: any): Promise<RequestArgs>
Parameters
channelId: string
channelPaymentId: string
options: any = {}
update: ((channelId: string, channelUpdateParams: ChannelUpdateParams, options?: any) => Promise<RequestArgs>)
Parameters
channelId: string
options: any = {}
ChannelsFactory
- ChannelsFactory(configuration?: Configuration, basePath?: string, axios?: AxiosInstance): { create: any; list: any; listPayments: any; retrieve: any; retrieveByCustomId: any; retrievePayment: any; update: any }
Parameters
Optional basePath: string
Optional axios: AxiosInstance
Returns { create: any; list: any; listPayments: any; retrieve: any; retrieveByCustomId: any; retrievePayment: any; update: any }
create:function
list:function
- list(customerId?: string, startingAfter?: string, options?: any): AxiosPromise<ChannelListResult>
Parameters
Optional customerId: string
Optional startingAfter: string
Optional options: any
listPayments:function
Parameters
channelId: string
Optional startingAfter: string
Optional options: any
retrieve:function
- retrieve(channelId: string, options?: any): AxiosPromise<ChannelResult>
Parameters
channelId: string
Optional options: any
retrieveByCustomId:function
- retrieveByCustomId(customId: string, options?: any): AxiosPromise<ChannelResult>
Parameters
customId: string
Optional options: any
retrievePayment:function
- retrievePayment(channelId: string, channelPaymentId: string, options?: any): AxiosPromise<ChannelPaymentResult>
Parameters
channelId: string
channelPaymentId: string
Optional options: any
update:function
Parameters
channelId: string
Optional options: any
ChannelsFp
- ChannelsFp(configuration?: Configuration): { create: any; list: any; listPayments: any; retrieve: any; retrieveByCustomId: any; retrievePayment: any; update: any }
Parameters
Returns { create: any; list: any; listPayments: any; retrieve: any; retrieveByCustomId: any; retrievePayment: any; update: any }
create:function
- create(channelParams: ChannelParams, options?: any): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<ChannelResult>)>
Parameters
Returns Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<ChannelResult>)>
list:function
- list(customerId?: string, startingAfter?: string, options?: any): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<ChannelListResult>)>
Parameters
Optional customerId: string
Optional startingAfter: string
Optional options: any
Returns Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<ChannelListResult>)>
listPayments:function
- listPayments(channelId: string, startingAfter?: string, options?: any): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<ChannelPaymentListResult>)>
Parameters
channelId: string
Optional startingAfter: string
Optional options: any
Returns Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<ChannelPaymentListResult>)>
retrieve:function
- retrieve(channelId: string, options?: any): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<ChannelResult>)>
Parameters
channelId: string
Optional options: any
Returns Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<ChannelResult>)>
retrieveByCustomId:function
- retrieveByCustomId(customId: string, options?: any): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<ChannelResult>)>
Parameters
customId: string
Optional options: any
Returns Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<ChannelResult>)>
retrievePayment:function
- retrievePayment(channelId: string, channelPaymentId: string, options?: any): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<ChannelPaymentResult>)>
Parameters
channelId: string
channelPaymentId: string
Optional options: any
Returns Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<ChannelPaymentResult>)>
update:function
- update(channelId: string, channelUpdateParams: ChannelUpdateParams, options?: any): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<ChannelResult>)>
Parameters
channelId: string
Optional options: any
Returns Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<ChannelResult>)>
CoinWithdrawalsAxiosParamCreator
- CoinWithdrawalsAxiosParamCreator(configuration?: Configuration): { commit: ((coinWithdrawalId: string, options?: any) => Promise<RequestArgs>); create: ((coinWithdrawalParams: CoinWithdrawalParams, options?: any) => Promise<RequestArgs>); list: ((customerId?: string, startingAfter?: string, options?: any) => Promise<RequestArgs>); listNetworkFees: ((allNetworks?: boolean, options?: any) => Promise<RequestArgs>); retrieve: ((coinWithdrawalId: string, options?: any) => Promise<RequestArgs>); retrieveByCustomId: ((customId: string, options?: any) => Promise<RequestArgs>) }
Parameters
Returns { commit: ((coinWithdrawalId: string, options?: any) => Promise<RequestArgs>); create: ((coinWithdrawalParams: CoinWithdrawalParams, options?: any) => Promise<RequestArgs>); list: ((customerId?: string, startingAfter?: string, options?: any) => Promise<RequestArgs>); listNetworkFees: ((allNetworks?: boolean, options?: any) => Promise<RequestArgs>); retrieve: ((coinWithdrawalId: string, options?: any) => Promise<RequestArgs>); retrieveByCustomId: ((customId: string, options?: any) => Promise<RequestArgs>) }
commit: ((coinWithdrawalId: string, options?: any) => Promise<RequestArgs>)
- (coinWithdrawalId: string, options?: any): Promise<RequestArgs>
Parameters
coinWithdrawalId: string
options: any = {}
list: ((customerId?: string, startingAfter?: string, options?: any) => Promise<RequestArgs>)
- (customerId?: string, startingAfter?: string, options?: any): Promise<RequestArgs>
Parameters
Optional customerId: string
Optional startingAfter: string
options: any = {}
listNetworkFees: ((allNetworks?: boolean, options?: any) => Promise<RequestArgs>)
- (allNetworks?: boolean, options?: any): Promise<RequestArgs>
Parameters
Optional allNetworks: boolean
options: any = {}
retrieve: ((coinWithdrawalId: string, options?: any) => Promise<RequestArgs>)
- (coinWithdrawalId: string, options?: any): Promise<RequestArgs>
Parameters
coinWithdrawalId: string
options: any = {}
retrieveByCustomId: ((customId: string, options?: any) => Promise<RequestArgs>)
- (customId: string, options?: any): Promise<RequestArgs>
Parameters
customId: string
options: any = {}
CoinWithdrawalsFactory
- CoinWithdrawalsFactory(configuration?: Configuration, basePath?: string, axios?: AxiosInstance): { commit: any; create: any; list: any; listNetworkFees: any; retrieve: any; retrieveByCustomId: any }
Parameters
Optional basePath: string
Optional axios: AxiosInstance
Returns { commit: any; create: any; list: any; listNetworkFees: any; retrieve: any; retrieveByCustomId: any }
commit:function
Parameters
coinWithdrawalId: string
Optional options: any
create:function
list:function
Parameters
Optional customerId: string
Optional startingAfter: string
Optional options: any
listNetworkFees:function
Parameters
Optional allNetworks: boolean
Optional options: any
retrieve:function
Parameters
coinWithdrawalId: string
Optional options: any
retrieveByCustomId:function
Parameters
customId: string
Optional options: any
CoinWithdrawalsFp
- CoinWithdrawalsFp(configuration?: Configuration): { commit: any; create: any; list: any; listNetworkFees: any; retrieve: any; retrieveByCustomId: any }
Parameters
Returns { commit: any; create: any; list: any; listNetworkFees: any; retrieve: any; retrieveByCustomId: any }
commit:function
- commit(coinWithdrawalId: string, options?: any): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<CoinWithdrawalResult>)>
Parameters
coinWithdrawalId: string
Optional options: any
Returns Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<CoinWithdrawalResult>)>
create:function
Parameters
Returns Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<CoinWithdrawalResult>)>
list:function
- list(customerId?: string, startingAfter?: string, options?: any): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<CoinWithdrawalListResult>)>
Parameters
Optional customerId: string
Optional startingAfter: string
Optional options: any
Returns Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<CoinWithdrawalListResult>)>
listNetworkFees:function
- listNetworkFees(allNetworks?: boolean, options?: any): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<NetworkFeeListResult>)>
Parameters
Optional allNetworks: boolean
Optional options: any
Returns Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<NetworkFeeListResult>)>
retrieve:function
- retrieve(coinWithdrawalId: string, options?: any): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<CoinWithdrawalResult>)>
Parameters
coinWithdrawalId: string
Optional options: any
Returns Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<CoinWithdrawalResult>)>
retrieveByCustomId:function
- retrieveByCustomId(customId: string, options?: any): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<CoinWithdrawalResult>)>
Parameters
customId: string
Optional options: any
Returns Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<CoinWithdrawalResult>)>
CoinsAxiosParamCreator
Parameters
Returns { list: ((options?: any) => Promise<RequestArgs>) }
CoinsFactory
- CoinsFactory(configuration?: Configuration, basePath?: string, axios?: AxiosInstance): { list: any }
Parameters
Optional basePath: string
Optional axios: AxiosInstance
Returns { list: any }
CoinsFp
Parameters
Returns { list: any }
list:function
- list(options?: any): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<CoinListResult>)>
Parameters
Returns Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<CoinListResult>)>
CustomersAxiosParamCreator
Parameters
Returns { create: ((customerParams: CustomerParams, options?: any) => Promise<RequestArgs>); list: ((startingAfter?: string, options?: any) => Promise<RequestArgs>); retrieve: ((customerId: string, options?: any) => Promise<RequestArgs>); update: ((customerId: string, customerUpdateParams: CustomerUpdateParams, options?: any) => Promise<RequestArgs>) }
create: ((customerParams: CustomerParams, options?: any) => Promise<RequestArgs>)
list: ((startingAfter?: string, options?: any) => Promise<RequestArgs>)
- (startingAfter?: string, options?: any): Promise<RequestArgs>
Parameters
Optional startingAfter: string
options: any = {}
retrieve: ((customerId: string, options?: any) => Promise<RequestArgs>)
- (customerId: string, options?: any): Promise<RequestArgs>
Parameters
customerId: string
options: any = {}
update: ((customerId: string, customerUpdateParams: CustomerUpdateParams, options?: any) => Promise<RequestArgs>)
Parameters
customerId: string
options: any = {}
CustomersFactory
- CustomersFactory(configuration?: Configuration, basePath?: string, axios?: AxiosInstance): { create: any; list: any; retrieve: any; update: any }
Parameters
Optional basePath: string
Optional axios: AxiosInstance
Returns { create: any; list: any; retrieve: any; update: any }
create:function
list:function
Parameters
Optional startingAfter: string
Optional options: any
retrieve:function
- retrieve(customerId: string, options?: any): AxiosPromise<CustomerResult>
Parameters
customerId: string
Optional options: any
update:function
Parameters
customerId: string
Optional options: any
CustomersFp
- CustomersFp(configuration?: Configuration): { create: any; list: any; retrieve: any; update: any }
Parameters
Returns { create: any; list: any; retrieve: any; update: any }
create:function
- create(customerParams: CustomerParams, options?: any): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<CustomerResult>)>
Parameters
Returns Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<CustomerResult>)>
list:function
- list(startingAfter?: string, options?: any): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<CustomerListResult>)>
Parameters
Optional startingAfter: string
Optional options: any
Returns Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<CustomerListResult>)>
retrieve:function
- retrieve(customerId: string, options?: any): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<CustomerResult>)>
Parameters
customerId: string
Optional options: any
Returns Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<CustomerResult>)>
update:function
- update(customerId: string, customerUpdateParams: CustomerUpdateParams, options?: any): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<CustomerResult>)>
Parameters
customerId: string
Optional options: any
Returns Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<CustomerResult>)>
ExchangeTransfersAxiosParamCreator
Parameters
Returns { commit: ((exchangeTransferId: string, options?: any) => Promise<RequestArgs>); create: ((exchangeTransferParams: ExchangeTransferParams, options?: any) => Promise<RequestArgs>); retrieve: ((exchangeTransferId: string, options?: any) => Promise<RequestArgs>) }
commit: ((exchangeTransferId: string, options?: any) => Promise<RequestArgs>)
- (exchangeTransferId: string, options?: any): Promise<RequestArgs>
Parameters
exchangeTransferId: string
options: any = {}
retrieve: ((exchangeTransferId: string, options?: any) => Promise<RequestArgs>)
- (exchangeTransferId: string, options?: any): Promise<RequestArgs>
Parameters
exchangeTransferId: string
options: any = {}
ExchangeTransfersFactory
- ExchangeTransfersFactory(configuration?: Configuration, basePath?: string, axios?: AxiosInstance): { commit: any; create: any; retrieve: any }
Parameters
Optional basePath: string
Optional axios: AxiosInstance
Returns { commit: any; create: any; retrieve: any }
commit:function
Parameters
exchangeTransferId: string
Optional options: any
create:function
retrieve:function
Parameters
exchangeTransferId: string
Optional options: any
ExchangeTransfersFp
- ExchangeTransfersFp(configuration?: Configuration): { commit: any; create: any; retrieve: any }
Parameters
Returns { commit: any; create: any; retrieve: any }
commit:function
- commit(exchangeTransferId: string, options?: any): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<ExchangeTransferResult>)>
Parameters
exchangeTransferId: string
Optional options: any
Returns Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<ExchangeTransferResult>)>
create:function
Parameters
Returns Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<ExchangeTransferResult>)>
retrieve:function
- retrieve(exchangeTransferId: string, options?: any): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<ExchangeTransferResult>)>
Parameters
exchangeTransferId: string
Optional options: any
Returns Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<ExchangeTransferResult>)>
InvoicesAxiosParamCreator
- InvoicesAxiosParamCreator(configuration?: Configuration): { commitRecalculation: ((invoiceId: string, recalculationId: string, options?: any) => Promise<RequestArgs>); create: ((invoiceParams: InvoiceParams, options?: any) => Promise<RequestArgs>); createRecalculation: ((invoiceId: string, invoiceRecalculationParams: InvoiceRecalculationParams, options?: any) => Promise<RequestArgs>); createRefund: ((invoiceId: string, invoiceRefundParams: InvoiceRefundParams, options?: any) => Promise<RequestArgs>); list: ((customerId?: string, startingAfter?: string, subscriptionId?: string, options?: any) => Promise<RequestArgs>); listRefunds: ((invoiceId: string, options?: any) => Promise<RequestArgs>); retrieve: ((invoiceId: string, options?: any) => Promise<RequestArgs>); retrieveByCustomId: ((customId: string, options?: any) => Promise<RequestArgs>) }
Parameters
Returns { commitRecalculation: ((invoiceId: string, recalculationId: string, options?: any) => Promise<RequestArgs>); create: ((invoiceParams: InvoiceParams, options?: any) => Promise<RequestArgs>); createRecalculation: ((invoiceId: string, invoiceRecalculationParams: InvoiceRecalculationParams, options?: any) => Promise<RequestArgs>); createRefund: ((invoiceId: string, invoiceRefundParams: InvoiceRefundParams, options?: any) => Promise<RequestArgs>); list: ((customerId?: string, startingAfter?: string, subscriptionId?: string, options?: any) => Promise<RequestArgs>); listRefunds: ((invoiceId: string, options?: any) => Promise<RequestArgs>); retrieve: ((invoiceId: string, options?: any) => Promise<RequestArgs>); retrieveByCustomId: ((customId: string, options?: any) => Promise<RequestArgs>) }
commitRecalculation: ((invoiceId: string, recalculationId: string, options?: any) => Promise<RequestArgs>)
- (invoiceId: string, recalculationId: string, options?: any): Promise<RequestArgs>
Parameters
invoiceId: string
recalculationId: string
options: any = {}
create: ((invoiceParams: InvoiceParams, options?: any) => Promise<RequestArgs>)
createRecalculation: ((invoiceId: string, invoiceRecalculationParams: InvoiceRecalculationParams, options?: any) => Promise<RequestArgs>)
Parameters
invoiceId: string
options: any = {}
createRefund: ((invoiceId: string, invoiceRefundParams: InvoiceRefundParams, options?: any) => Promise<RequestArgs>)
Parameters
invoiceId: string
options: any = {}
list: ((customerId?: string, startingAfter?: string, subscriptionId?: string, options?: any) => Promise<RequestArgs>)
- (customerId?: string, startingAfter?: string, subscriptionId?: string, options?: any): Promise<RequestArgs>
Parameters
Optional customerId: string
Optional startingAfter: string
Optional subscriptionId: string
options: any = {}
listRefunds: ((invoiceId: string, options?: any) => Promise<RequestArgs>)
- (invoiceId: string, options?: any): Promise<RequestArgs>
Parameters
invoiceId: string
options: any = {}
retrieve: ((invoiceId: string, options?: any) => Promise<RequestArgs>)
- (invoiceId: string, options?: any): Promise<RequestArgs>
Parameters
invoiceId: string
options: any = {}
retrieveByCustomId: ((customId: string, options?: any) => Promise<RequestArgs>)
- (customId: string, options?: any): Promise<RequestArgs>
Parameters
customId: string
options: any = {}
InvoicesFactory
- InvoicesFactory(configuration?: Configuration, basePath?: string, axios?: AxiosInstance): { commitRecalculation: any; create: any; createRecalculation: any; createRefund: any; list: any; listRefunds: any; retrieve: any; retrieveByCustomId: any }
Parameters
Optional basePath: string
Optional axios: AxiosInstance
Returns { commitRecalculation: any; create: any; createRecalculation: any; createRefund: any; list: any; listRefunds: any; retrieve: any; retrieveByCustomId: any }
commitRecalculation:function
Parameters
invoiceId: string
recalculationId: string
Optional options: any
create:function
createRecalculation:function
Parameters
invoiceId: string
Optional options: any
createRefund:function
Parameters
invoiceId: string
Optional options: any
list:function
- list(customerId?: string, startingAfter?: string, subscriptionId?: string, options?: any): AxiosPromise<InvoiceListResult>
Parameters
Optional customerId: string
Optional startingAfter: string
Optional subscriptionId: string
Optional options: any
listRefunds:function
Parameters
invoiceId: string
Optional options: any
retrieve:function
- retrieve(invoiceId: string, options?: any): AxiosPromise<InvoiceResult>
Parameters
invoiceId: string
Optional options: any
retrieveByCustomId:function
- retrieveByCustomId(customId: string, options?: any): AxiosPromise<InvoiceResult>
Parameters
customId: string
Optional options: any
InvoicesFp
- InvoicesFp(configuration?: Configuration): { commitRecalculation: any; create: any; createRecalculation: any; createRefund: any; list: any; listRefunds: any; retrieve: any; retrieveByCustomId: any }
Parameters
Returns { commitRecalculation: any; create: any; createRecalculation: any; createRefund: any; list: any; listRefunds: any; retrieve: any; retrieveByCustomId: any }
commitRecalculation:function
- commitRecalculation(invoiceId: string, recalculationId: string, options?: any): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<InvoiceRecalculationResult>)>
Parameters
invoiceId: string
recalculationId: string
Optional options: any
Returns Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<InvoiceRecalculationResult>)>
create:function
- create(invoiceParams: InvoiceParams, options?: any): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<InvoiceResult>)>
Parameters
Returns Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<InvoiceResult>)>
createRecalculation:function
Parameters
invoiceId: string
Optional options: any
Returns Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<InvoiceRecalculationResult>)>
createRefund:function
Parameters
invoiceId: string
Optional options: any
Returns Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<InvoiceRefundResult>)>
list:function
- list(customerId?: string, startingAfter?: string, subscriptionId?: string, options?: any): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<InvoiceListResult>)>
Parameters
Optional customerId: string
Optional startingAfter: string
Optional subscriptionId: string
Optional options: any
Returns Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<InvoiceListResult>)>
listRefunds:function
- listRefunds(invoiceId: string, options?: any): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<InvoiceRefundListResult>)>
Parameters
invoiceId: string
Optional options: any
Returns Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<InvoiceRefundListResult>)>
retrieve:function
- retrieve(invoiceId: string, options?: any): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<InvoiceResult>)>
Parameters
invoiceId: string
Optional options: any
Returns Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<InvoiceResult>)>
retrieveByCustomId:function
- retrieveByCustomId(customId: string, options?: any): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<InvoiceResult>)>
Parameters
customId: string
Optional options: any
Returns Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<InvoiceResult>)>
RatesAxiosParamCreator
- RatesAxiosParamCreator(configuration?: Configuration): { all: ((options?: any) => Promise<RequestArgs>); retrieve: ((baseCurrency: string, quoteCurrency: string, options?: any) => Promise<RequestArgs>) }
Parameters
Returns { all: ((options?: any) => Promise<RequestArgs>); retrieve: ((baseCurrency: string, quoteCurrency: string, options?: any) => Promise<RequestArgs>) }
all: ((options?: any) => Promise<RequestArgs>)
retrieve: ((baseCurrency: string, quoteCurrency: string, options?: any) => Promise<RequestArgs>)
- (baseCurrency: string, quoteCurrency: string, options?: any): Promise<RequestArgs>
Parameters
baseCurrency: string
quoteCurrency: string
options: any = {}
RatesFactory
- RatesFactory(configuration?: Configuration, basePath?: string, axios?: AxiosInstance): { all: any; retrieve: any }
Parameters
Optional basePath: string
Optional axios: AxiosInstance
Returns { all: any; retrieve: any }
all:function
retrieve:function
- retrieve(baseCurrency: string, quoteCurrency: string, options?: any): AxiosPromise<RateResult>
Parameters
baseCurrency: string
quoteCurrency: string
Optional options: any
Returns AxiosPromise<RateResult>
RatesFp
- RatesFp(configuration?: Configuration): { all: any; retrieve: any }
Parameters
Returns { all: any; retrieve: any }
all:function
- all(options?: any): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<RatesResult>)>
Parameters
Returns Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<RatesResult>)>
retrieve:function
- retrieve(baseCurrency: string, quoteCurrency: string, options?: any): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<RateResult>)>
Parameters
baseCurrency: string
quoteCurrency: string
Optional options: any
Returns Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<RateResult>)>
SubscriptionsAxiosParamCreator
- SubscriptionsAxiosParamCreator(configuration?: Configuration): { cancel: ((subscriptionId: string, options?: any) => Promise<RequestArgs>); create: ((subscriptionParams: SubscriptionParams, options?: any) => Promise<RequestArgs>); list: ((startingAfter?: string, options?: any) => Promise<RequestArgs>); retrieve: ((subscriptionId: string, options?: any) => Promise<RequestArgs>); retrieveByCustomId: ((customId: string, options?: any) => Promise<RequestArgs>) }
Parameters
Returns { cancel: ((subscriptionId: string, options?: any) => Promise<RequestArgs>); create: ((subscriptionParams: SubscriptionParams, options?: any) => Promise<RequestArgs>); list: ((startingAfter?: string, options?: any) => Promise<RequestArgs>); retrieve: ((subscriptionId: string, options?: any) => Promise<RequestArgs>); retrieveByCustomId: ((customId: string, options?: any) => Promise<RequestArgs>) }
cancel: ((subscriptionId: string, options?: any) => Promise<RequestArgs>)
- (subscriptionId: string, options?: any): Promise<RequestArgs>
Parameters
subscriptionId: string
options: any = {}
create: ((subscriptionParams: SubscriptionParams, options?: any) => Promise<RequestArgs>)
list: ((startingAfter?: string, options?: any) => Promise<RequestArgs>)
- (startingAfter?: string, options?: any): Promise<RequestArgs>
Parameters
Optional startingAfter: string
options: any = {}
retrieve: ((subscriptionId: string, options?: any) => Promise<RequestArgs>)
- (subscriptionId: string, options?: any): Promise<RequestArgs>
Parameters
subscriptionId: string
options: any = {}
retrieveByCustomId: ((customId: string, options?: any) => Promise<RequestArgs>)
- (customId: string, options?: any): Promise<RequestArgs>
Parameters
customId: string
options: any = {}
SubscriptionsFactory
- SubscriptionsFactory(configuration?: Configuration, basePath?: string, axios?: AxiosInstance): { cancel: any; create: any; list: any; retrieve: any; retrieveByCustomId: any }
Parameters
Optional basePath: string
Optional axios: AxiosInstance
Returns { cancel: any; create: any; list: any; retrieve: any; retrieveByCustomId: any }
cancel:function
Parameters
subscriptionId: string
Optional options: any
create:function
list:function
Parameters
Optional startingAfter: string
Optional options: any
retrieve:function
Parameters
subscriptionId: string
Optional options: any
retrieveByCustomId:function
Parameters
customId: string
Optional options: any
SubscriptionsFp
- SubscriptionsFp(configuration?: Configuration): { cancel: any; create: any; list: any; retrieve: any; retrieveByCustomId: any }
Parameters
Returns { cancel: any; create: any; list: any; retrieve: any; retrieveByCustomId: any }
cancel:function
- cancel(subscriptionId: string, options?: any): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<SubscriptionResult>)>
Parameters
subscriptionId: string
Optional options: any
Returns Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<SubscriptionResult>)>
create:function
Parameters
Returns Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<SubscriptionResult>)>
list:function
- list(startingAfter?: string, options?: any): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<SubscriptionListResult>)>
Parameters
Optional startingAfter: string
Optional options: any
Returns Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<SubscriptionListResult>)>
retrieve:function
- retrieve(subscriptionId: string, options?: any): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<SubscriptionResult>)>
Parameters
subscriptionId: string
Optional options: any
Returns Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<SubscriptionResult>)>
retrieveByCustomId:function
- retrieveByCustomId(customId: string, options?: any): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<SubscriptionResult>)>
Parameters
customId: string
Optional options: any
Returns Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<SubscriptionResult>)>
TransactionsAxiosParamCreator
Parameters
Returns { list: ((createdAtFrom?: string, createdAtTo?: string, referenceType?: TransactionReferenceType, currency?: string, status?: string, riskLevel?: RiskLevel, startingAfter?: string, options?: any) => Promise<RequestArgs>) }
list: ((createdAtFrom?: string, createdAtTo?: string, referenceType?: TransactionReferenceType, currency?: string, status?: string, riskLevel?: RiskLevel, startingAfter?: string, options?: any) => Promise<RequestArgs>)
Parameters
Optional createdAtFrom: string
Optional createdAtTo: string
Optional currency: string
Optional status: string
Optional riskLevel: RiskLevel
Optional startingAfter: string
options: any = {}
TransactionsFactory
- TransactionsFactory(configuration?: Configuration, basePath?: string, axios?: AxiosInstance): { list: any }
Parameters
Optional basePath: string
Optional axios: AxiosInstance
Returns { list: any }
list:function
Parameters
Optional createdAtFrom: string
Optional createdAtTo: string
Optional currency: string
Optional status: string
Optional riskLevel: RiskLevel
Optional startingAfter: string
Optional options: any
TransactionsFp
Parameters
Returns { list: any }
list:function
- list(createdAtFrom?: string, createdAtTo?: string, referenceType?: TransactionReferenceType, currency?: string, status?: string, riskLevel?: RiskLevel, startingAfter?: string, options?: any): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<TransactionListResult>)>
Parameters
Optional createdAtFrom: string
Optional createdAtTo: string
Optional currency: string
Optional status: string
Optional riskLevel: RiskLevel
Optional startingAfter: string
Optional options: any
Returns Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<TransactionListResult>)>