AttachedCardData.rebill constructor

AttachedCardData.rebill({
  1. required String? rebillId,
})

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

Implementation

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