PSETransactionModel constructor
PSETransactionModel({
- required String bank,
- required String value,
- required String docType,
- required String docNumber,
- required String name,
- String? lastName,
- required String email,
- required String cellPhone,
- required String ip,
- required String urlResponse,
- String? phone,
- String? address,
- String? currency,
- String? description,
- String? invoice,
- String? methodConfimation,
- String? tax,
- String? taxBase,
- String? typePerson,
- String? urlConfirmation,
- required String extra1,
- required String extra2,
- bool? testMode,
Implementation
PSETransactionModel({
required this.bank,
required this.value,
required this.docType,
required this.docNumber,
required this.name,
this.lastName,
required this.email,
required this.cellPhone,
required this.ip,
required this.urlResponse,
this.phone,
this.address,
this.currency,
this.description,
this.invoice,
this.methodConfimation,
this.tax,
this.taxBase,
this.typePerson,
this.urlConfirmation,
required this.extra1,
required this.extra2,
this.testMode,
});