BankConnectionSyncParameters

data class BankConnectionSyncParameters(@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

BankConnectionSyncParameters
Link copied to clipboard
fun BankConnectionSyncParameters(@Json(name = credentialscredentials: String? = null, @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? = null
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.