QuoteFinalizeQuoteOptions constructor

const QuoteFinalizeQuoteOptions({
  1. List<String>? expand,
  2. DateTime? expiresAt,
})

Implementation

const QuoteFinalizeQuoteOptions({
  this.expand,
  this.expiresAt,
});