UBillInfoResponse constructor
UBillInfoResponse({
- required String billId,
- required String paymentId,
- required List<
String> warnings, - required bool isValid,
- String? caseCode,
- String? companyCode,
- String? serviceType,
- String? checkDigit,
- String? companyName,
- String? serviceName,
- int? billAmount,
- int? yearDigit,
- int? periodCode,
- int? controlDigit1,
- int? controlDigit2,
Implementation
UBillInfoResponse({
required this.billId,
required this.paymentId,
required this.warnings,
required this.isValid,
this.caseCode,
this.companyCode,
this.serviceType,
this.checkDigit,
this.companyName,
this.serviceName,
this.billAmount,
this.yearDigit,
this.periodCode,
this.controlDigit1,
this.controlDigit2,
});