AuthorizationLodging constructor

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

lodging_specs

Information about lodging that was purchased with this transaction.

Implementation

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