AdvancedCommerceInfoIOS constructor
const
AdvancedCommerceInfoIOS({
- String? description,
- String? displayName,
- String? estimatedTax,
- required List<
AdvancedCommerceItemIOS> items, - SubscriptionPeriodValueIOS? period,
- String? requestReferenceId,
- String? taxCode,
- String? taxExclusivePrice,
- String? taxRate,
Implementation
const AdvancedCommerceInfoIOS({
this.description,
this.displayName,
this.estimatedTax,
required this.items,
this.period,
this.requestReferenceId,
this.taxCode,
this.taxExclusivePrice,
this.taxRate,
});