QuoteCreateOptionsTransferData constructor
const
QuoteCreateOptionsTransferData({})
transfer_data_specs
The data with which to automatically create a Transfer for each of the invoices.
Implementation
const QuoteCreateOptionsTransferData({
this.amount,
this.amountPercent,
required this.destination,
});