SellerReceivableBreakdown constructor

const SellerReceivableBreakdown(
  1. Money? grossAmount,
  2. Money? paypalFee,
  3. Money? paypalFeeInReceivableCurrency,
  4. Money? netAmount,
  5. Money? receivableAmount,
  6. ExchangeRate? exchangeRate,
  7. List<PlatformFee>? platformFees,
)

Implementation

const SellerReceivableBreakdown(
    this.grossAmount,
    this.paypalFee,
    this.paypalFeeInReceivableCurrency,
    this.netAmount,
    this.receivableAmount,
    this.exchangeRate,
    this.platformFees);