IssuingTransactionPurchaseDetails constructor

Additional purchase information that is optionally provided by the merchant.

Implementation

const IssuingTransactionPurchaseDetails({
  this.flight,
  this.fuel,
  this.lodging,
  this.receipt,
  this.reference,
});