SettlementTransactionTransaction constructor

SettlementTransactionTransaction({
  1. String? postDate,
  2. String? type,
})

Implementation

SettlementTransactionTransaction({
  this.postDate,
  this.type,
});