@UserResource @RestController @RequestMapping(path="/api/v1/bankaccesses/{accessId}/accounts") public class BankAccountController extends BankAccountBasedController
| Modifier and Type | Field and Description |
|---|---|
static String |
BASE_PATH |
static String |
SYNC_PATH |
bankAccountServicebankAccessService| Constructor and Description |
|---|
BankAccountController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.HttpEntity<Void> |
syncBookings(String accessId,
String accountId,
String pin) |
checkBankAccountExists, checkSynchcheckBankAccessExistsloadBytesForWeb, loadBytesForWeb, resourceNotFound, returnDocument, returnDocument, userDataLocationHeader, userId, yamlObjectMapperpublic static final String BASE_PATH
public static final String SYNC_PATH
Copyright © 2018. All rights reserved.