Credit1099 class

Available Extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

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})
Credit1099.fromJson(Map<String, dynamic> json)
factory

Properties

aprilAmount double?
final
augustAmount double?
final
cardNotPresentTransaction double?
final
cropInsuranceProceeds double?
final
decemberAmount double?
final
documentId String?
final
documentMetadata CreditDocumentMetadata?
final
excessGoldenParachutePayments double?
final
februaryAmount double?
final
federalIncomeTaxWithheld double?
final
filer Credit1099Filer?
final
fishingBoatProceeds double?
final
form1099Type Form1099Type?
final
grossAmount double?
final
grossProceedsPaidToAnAttorney double?
final
hashCode int
The hash code for this object.
no setteroverride
januaryAmount double?
final
julyAmount double?
final
juneAmount double?
final
marchAmount double?
final
mayAmount double?
final
medicalAndHealthcarePayments double?
final
merchantCategoryCode String?
final
nonemployeeCompensation double?
final
novemberAmount double?
final
numberOfPaymentTransactions String?
final
octoberAmount double?
final
otherIncome double?
final
payer Credit1099Payer?
final
payerMadeDirectSalesOf5000OrMoreOfConsumerProductsToBuyer String?
final
payerStateNumber String?
final
payerStateNumberLower String?
final
primaryState String?
final
primaryStateId String?
final
primaryStateIncomeTax double?
final
pseName String?
final
pseTelephoneNumber String?
final
recipient Credit1099Recipient?
final
rents double?
final
royalties double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondaryState String?
final
secondaryStateId String?
final
secondaryStateIncomeTax double?
final
section409aDeferrals double?
final
section409aIncome double?
final
septemberAmount double?
final
stateIncome double?
final
stateIncomeLower double?
final
stateTaxWithheld double?
final
stateTaxWithheldLower double?
final
substitutePaymentsInLieuOfDividendsOrInterest double?
final
taxYear String?
final
transactionsReported String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(dynamic other) bool
The equality operator.
override

Constants

fromJsonFactory → const Credit1099 Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(Credit1099 instance)