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
/// The monetary account this card was ordered on and the label user that owns the card.
193
172
/// </summary>
@@ -217,17 +196,13 @@ public class Card : BunqModel
217
196
/// <param name="status">The status to set for the card. Can be ACTIVE, DEACTIVATED, LOST, STOLEN or CANCELLED, and can only be set to LOST/STOLEN/CANCELLED when order status is ACCEPTED_FOR_PRODUCTION/DELIVERED_TO_CUSTOMER/CARD_UPDATE_REQUESTED/CARD_UPDATE_SENT/CARD_UPDATE_ACCEPTED. Can only be set to DEACTIVATED after initial activation, i.e. order_status is DELIVERED_TO_CUSTOMER/CARD_UPDATE_REQUESTED/CARD_UPDATE_SENT/CARD_UPDATE_ACCEPTED. Mind that all the possible choices (apart from ACTIVE and DEACTIVATED) are permanent and cannot be changed after.</param>
218
197
/// <param name="cardLimit">The spending limit for the card.</param>
219
198
/// <param name="cardLimitAtm">The ATM spending limit for the card.</param>
220
-
/// <param name="magStripePermission">DEPRECATED: Whether or not it is allowed to use the mag stripe for the card.</param>
221
199
/// <param name="countryPermission">The countries for which to grant (temporary) permissions to use the card.</param>
222
200
/// <param name="pinCodeAssignment">Array of Types, PINs, account IDs assigned to the card.</param>
223
-
/// <param name="primaryAccountNumbersVirtual">Array of PANs, status, description and account id for online cards.</param>
224
201
/// <param name="primaryAccountNumbers">Array of PANs and their attributes.</param>
225
202
/// <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