AttachedCardData.card constructor

AttachedCardData.card({
  1. required String? cardId,
  2. required String? cvv,
})

Создать привязанную карту на основе cardId

Implementation

AttachedCardData.card({required this.cardId, required this.cvv})
    : rebillId = null;