$PartnerCost constructor

$PartnerCost({
  1. String? costType,
  2. String? feeAmount,
  3. String? feePercentageMillis,
  4. String? feeType,
  5. String? invoiceType,
})

Implementation

$PartnerCost({
  this.costType,
  this.feeAmount,
  this.feePercentageMillis,
  this.feeType,
  this.invoiceType,
});