PaymentEvent constructor
PaymentEvent({
- required String accountId,
- String? externalId,
- String? storeId,
- String? tag,
- String? status,
- PaymentValue? paymentValue,
- PaymentCoupon? paymentCoupon,
- List<
PaymentMethod> ? paymentMethods, - EventLocation? location,
- List<
PaymentAddress> ? addresses, - Map<
String, Object> ? properties,
Implementation
PaymentEvent({
required this.accountId,
this.externalId,
this.storeId,
this.tag,
this.status,
this.paymentValue,
this.paymentCoupon,
this.paymentMethods,
this.location,
this.addresses,
this.properties,
});