BankCardInfo constructor

BankCardInfo({
  1. String? extra,
  2. int? client_id,
  3. string? title,
  4. vector<BankCardActionOpenUrl>? actions,
})

Implementation

BankCardInfo({
  super.extra,
  super.client_id,
  this.title,
  this.actions,
});