FeeDetails constructor

FeeDetails(
  1. {String amount,
  2. bool isGatewayFee,
  3. bool prepaid,
  4. String description,
  5. String currency,
  6. String type}
)

Implementation

FeeDetails(
    {this.amount,
    this.isGatewayFee,
    this.prepaid,
    this.description,
    this.currency,
    this.type});