SubscriptionTransferData constructor
const
SubscriptionTransferData({
- double? amountPercent,
- required AccountOrId destination,
The account (if any) the subscription's payments will be attributed to for tax reporting, and where funds from each payment will be transferred to for each of the subscription's invoices.
Implementation
const SubscriptionTransferData({
this.amountPercent,
required this.destination,
});