TransferIntentGetRequest constructor

TransferIntentGetRequest({
  1. String? clientId,
  2. String? secret,
  3. required String transferIntentId,
})

Implementation

TransferIntentGetRequest({
  this.clientId,
  this.secret,
  required this.transferIntentId,
});