You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// ID of the MA to be used as fallback for this card if insufficient balance. Fallback account is removed if
106
113
/// not supplied.
@@ -213,13 +220,15 @@ public class Card : BunqModel
213
220
/// <param name="countryPermission">The countries for which to grant (temporary) permissions to use the card.</param>
214
221
/// <param name="pinCodeAssignment">Array of Types, PINs, account IDs assigned to the card.</param>
215
222
/// <param name="primaryAccountNumbersVirtual">Array of PANs, status, description and account id for online cards.</param>
223
+
/// <param name="primaryAccountNumbers">Array of PANs and their attributes.</param>
216
224
/// <param name="monetaryAccountIdFallback">ID of the MA to be used as fallback for this card if insufficient balance. Fallback account is removed if not supplied.</param>
0 commit comments