IssuingTransactionPurchaseDetailsLodging constructor

const IssuingTransactionPurchaseDetailsLodging({
  1. int? checkInAt,
  2. int? nights,
})

Information about lodging that was purchased with this transaction.

Implementation

const IssuingTransactionPurchaseDetailsLodging({
  this.checkInAt,
  this.nights,
});