BankConnectionSyncRequest

data class BankConnectionSyncRequest(@Json(name = credentialscredentials: String, @Json(name = forceforce: Boolean)

Parameters

credentials

Only required if the sync mode is shared: Your part of the shared credentials.

force

If an error occurred during syncing, you may force a retry. If the sync_fail_counter goes up to 3 no more syncs are allowed.

Constructors

BankConnectionSyncRequest
Link copied to clipboard
fun BankConnectionSyncRequest(@Json(name = credentialscredentials: String, @Json(name = forceforce: Boolean)
Only required if the sync mode is shared: Your part of the shared credentials.

Properties

credentials
Link copied to clipboard
var credentials: String
Only required if the sync mode is shared: Your part of the shared credentials.
force
Link copied to clipboard
var force: Boolean
If an error occurred during syncing, you may force a retry.