SpotSellThruSubmitRequest constructor

SpotSellThruSubmitRequest({
  1. String? checkInId,
  2. String? distributeId,
  3. String? distributeType,
  4. String? partyId,
  5. String? partyType,
})

Implementation

SpotSellThruSubmitRequest(
    {this.checkInId,
    this.distributeId,
    this.distributeType,
    this.partyId,
    this.partyType});