ATHMovilPaymentResponse constructor
ATHMovilPaymentResponse({
- required String? publicToken,
- required String? callbackSchema,
- required double? total,
- required int? timeout,
- String? paymentId,
- double? tax,
- double? subtotal,
- String? metadata1,
- String? metadata2,
- List<
ATHMovilItem> ? items, - required String? status,
- required String? date,
- String? referenceNumber,
- String? dailyTransactionID,
- String? name,
- String? phoneNumber,
- String? email,
- double? fee,
- double? netAmount,
Implementation
ATHMovilPaymentResponse({
required this.publicToken,
required this.callbackSchema,
required this.total,
required this.timeout,
this.paymentId,
this.tax,
this.subtotal,
this.metadata1,
this.metadata2,
this.items,
required this.status,
required this.date,
this.referenceNumber,
this.dailyTransactionID,
this.name,
this.phoneNumber,
this.email,
this.fee,
this.netAmount,
});