R/ReadBalances.R

Defines functions listAccounts

#' @title ReadBalances
#'
#' @name ReadBalances
#'
#' @aliases ReadBalances
#'
#' @param AccountID Get detailed view of this account id: for Baltic countries it's IBAN, for Sweden - it's account ID.
#' @param Bic Bank Identifer Code Allowed values = [SANDSESS, SANDEE2X, SANDLT22, SANDLV22]
#' @param Date Standard https header element date and time
#' @param Authorization Security header
#' @param XRequestID ID of the request, unique to the call, as determined by the initiating party.
#' @param ConsentID ID of the consent which granted access to specified accountID.
#'
#' @description Read balance report of a given account addressed by accountID.
#'
#' @return
#'
#' @examples
#'
#' @export
#'

listAccounts <- function(Bic,
                         Date,
                         Authorization,
                         XRequestID,
                         ConsentID) {

}
av1611/swbank documentation built on May 21, 2019, 1:42 p.m.