Credit1099 constructor
Credit1099({
- required String? documentId,
- CreditDocumentMetadata? documentMetadata,
- Form1099Type? form1099Type,
- Credit1099Recipient? recipient,
- Credit1099Payer? payer,
- Credit1099Filer? filer,
- String? taxYear,
- double? rents,
- double? royalties,
- double? otherIncome,
- double? federalIncomeTaxWithheld,
- double? fishingBoatProceeds,
- double? medicalAndHealthcarePayments,
- double? nonemployeeCompensation,
- double? substitutePaymentsInLieuOfDividendsOrInterest,
- String? payerMadeDirectSalesOf5000OrMoreOfConsumerProductsToBuyer,
- double? cropInsuranceProceeds,
- double? excessGoldenParachutePayments,
- double? grossProceedsPaidToAnAttorney,
- double? section409aDeferrals,
- double? section409aIncome,
- double? stateTaxWithheld,
- double? stateTaxWithheldLower,
- String? payerStateNumber,
- String? payerStateNumberLower,
- double? stateIncome,
- double? stateIncomeLower,
- String? transactionsReported,
- String? pseName,
- String? pseTelephoneNumber,
- double? grossAmount,
- double? cardNotPresentTransaction,
- String? merchantCategoryCode,
- String? numberOfPaymentTransactions,
- double? januaryAmount,
- double? februaryAmount,
- double? marchAmount,
- double? aprilAmount,
- double? mayAmount,
- double? juneAmount,
- double? julyAmount,
- double? augustAmount,
- double? septemberAmount,
- double? octoberAmount,
- double? novemberAmount,
- double? decemberAmount,
- String? primaryState,
- String? secondaryState,
- String? primaryStateId,
- String? secondaryStateId,
- double? primaryStateIncomeTax,
- 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,
});