Credit1099 constructor

Credit1099({
  1. required String? documentId,
  2. CreditDocumentMetadata? documentMetadata,
  3. Form1099Type? form1099Type,
  4. Credit1099Recipient? recipient,
  5. Credit1099Payer? payer,
  6. Credit1099Filer? filer,
  7. String? taxYear,
  8. double? rents,
  9. double? royalties,
  10. double? otherIncome,
  11. double? federalIncomeTaxWithheld,
  12. double? fishingBoatProceeds,
  13. double? medicalAndHealthcarePayments,
  14. double? nonemployeeCompensation,
  15. double? substitutePaymentsInLieuOfDividendsOrInterest,
  16. String? payerMadeDirectSalesOf5000OrMoreOfConsumerProductsToBuyer,
  17. double? cropInsuranceProceeds,
  18. double? excessGoldenParachutePayments,
  19. double? grossProceedsPaidToAnAttorney,
  20. double? section409aDeferrals,
  21. double? section409aIncome,
  22. double? stateTaxWithheld,
  23. double? stateTaxWithheldLower,
  24. String? payerStateNumber,
  25. String? payerStateNumberLower,
  26. double? stateIncome,
  27. double? stateIncomeLower,
  28. String? transactionsReported,
  29. String? pseName,
  30. String? pseTelephoneNumber,
  31. double? grossAmount,
  32. double? cardNotPresentTransaction,
  33. String? merchantCategoryCode,
  34. String? numberOfPaymentTransactions,
  35. double? januaryAmount,
  36. double? februaryAmount,
  37. double? marchAmount,
  38. double? aprilAmount,
  39. double? mayAmount,
  40. double? juneAmount,
  41. double? julyAmount,
  42. double? augustAmount,
  43. double? septemberAmount,
  44. double? octoberAmount,
  45. double? novemberAmount,
  46. double? decemberAmount,
  47. String? primaryState,
  48. String? secondaryState,
  49. String? primaryStateId,
  50. String? secondaryStateId,
  51. double? primaryStateIncomeTax,
  52. double? secondaryStateIncomeTax,
})

Implementation

Credit1099({
  required this.documentId,
  this.documentMetadata,
  this.form1099Type,
  this.recipient,
  this.payer,
  this.filer,
  this.taxYear,
  this.rents,
  this.royalties,
  this.otherIncome,
  this.federalIncomeTaxWithheld,
  this.fishingBoatProceeds,
  this.medicalAndHealthcarePayments,
  this.nonemployeeCompensation,
  this.substitutePaymentsInLieuOfDividendsOrInterest,
  this.payerMadeDirectSalesOf5000OrMoreOfConsumerProductsToBuyer,
  this.cropInsuranceProceeds,
  this.excessGoldenParachutePayments,
  this.grossProceedsPaidToAnAttorney,
  this.section409aDeferrals,
  this.section409aIncome,
  this.stateTaxWithheld,
  this.stateTaxWithheldLower,
  this.payerStateNumber,
  this.payerStateNumberLower,
  this.stateIncome,
  this.stateIncomeLower,
  this.transactionsReported,
  this.pseName,
  this.pseTelephoneNumber,
  this.grossAmount,
  this.cardNotPresentTransaction,
  this.merchantCategoryCode,
  this.numberOfPaymentTransactions,
  this.januaryAmount,
  this.februaryAmount,
  this.marchAmount,
  this.aprilAmount,
  this.mayAmount,
  this.juneAmount,
  this.julyAmount,
  this.augustAmount,
  this.septemberAmount,
  this.octoberAmount,
  this.novemberAmount,
  this.decemberAmount,
  this.primaryState,
  this.secondaryState,
  this.primaryStateId,
  this.secondaryStateId,
  this.primaryStateIncomeTax,
  this.secondaryStateIncomeTax,
});