SessionTransferData constructor

const SessionTransferData({
  1. double? amountPercent,
  2. required String destination,
})

transfer_data_specs

If specified, the funds from the subscription's invoices will be transferred to the destination and the ID of the resulting transfers will be found on the resulting charges.

Implementation

const SessionTransferData({
  this.amountPercent,
  required this.destination,
});