IntentData constructor
IntentData({
- AmountData? amount,
- String? secret,
- String? expirationDate,
- bool? isLive,
- String? id,
- IntentStatus? status,
- List<
FeeItem> ? fees, - String? totalDiscount,
- String? subtotalAmount,
Implementation
IntentData({
this.amount,
this.secret,
this.expirationDate,
this.isLive,
this.id,
this.status,
this.fees,
this.totalDiscount,
this.subtotalAmount,
});