cardProductId property

Implementation

ResponseAdditionalDataCardCardProductIdEnum? get cardProductId =>
    _$this._cardProductId;
set cardProductId (ResponseAdditionalDataCardCardProductIdEnum? cardProductId)

Implementation

set cardProductId(
  ResponseAdditionalDataCardCardProductIdEnum? cardProductId,
) => _$this._cardProductId = cardProductId;