PaymentCollectionRequest constructor

PaymentCollectionRequest({
  1. List<ModeList>? modeList,
  2. String? currency,
  3. String? orderId,
  4. String? checkInId,
})

Implementation

PaymentCollectionRequest(
    {this.modeList, this.currency, this.orderId, this.checkInId});