Struct plaid_openapi::IncomeSummary
source · [−]pub struct IncomeSummary {
pub employer_name: EmployerIncomeSummaryFieldString,
pub employee_name: EmployeeIncomeSummaryFieldString,
pub ytd_gross_income: YTDGrossIncomeSummaryFieldNumber,
pub ytd_net_income: YTDNetIncomeSummaryFieldNumber,
pub pay_frequency: PayFrequency,
pub projected_wage: ProjectedIncomeSummaryFieldNumber,
pub verified_transaction: TransactionData,
}Fields
employer_name: EmployerIncomeSummaryFieldStringThe name of the employer, as reported on the paystub.
employee_name: EmployeeIncomeSummaryFieldStringThe name of the employee, as reported on the paystub.
ytd_gross_income: YTDGrossIncomeSummaryFieldNumberYear-to-date pre-tax earnings, as reported on the paystub.
ytd_net_income: YTDNetIncomeSummaryFieldNumberYear-to-date earnings after any tax withholdings, benefit payments or deductions, as reported on the paystub.
pay_frequency: PayFrequencyThe frequency of the pay period.
projected_wage: ProjectedIncomeSummaryFieldNumberThe employee’s estimated annual salary, as derived from information reported on the paystub.
verified_transaction: TransactionDataInformation about the matched direct deposit transaction used to verify a user’s payroll information.
Trait Implementations
sourceimpl Debug for IncomeSummary
impl Debug for IncomeSummary
sourceimpl<'de> Deserialize<'de> for IncomeSummary
impl<'de> Deserialize<'de> for IncomeSummary
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Serialize for IncomeSummary
impl Serialize for IncomeSummary
Auto Trait Implementations
impl RefUnwindSafe for IncomeSummary
impl Send for IncomeSummary
impl Sync for IncomeSummary
impl Unpin for IncomeSummary
impl UnwindSafe for IncomeSummary
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more