SetCurrency constructor

SetCurrency({
  1. num? amount,
  2. String? baseCurrency,
  3. String? customer,
  4. String? txRef,
})

Implementation

SetCurrency({this.amount, this.baseCurrency, this.customer, this.txRef});