RuPayTransactionLimitUpdateModel constructor

RuPayTransactionLimitUpdateModel({
  1. String? responseCode,
  2. String? message,
})

Implementation

RuPayTransactionLimitUpdateModel({this.responseCode, this.message});