ValueInvestVWLFinancialStatusInput
Information about the customer's current financial state.
input ValueInvestVWLFinancialStatusInput {
moneyOrigin: MoneyOrigin!
moneyOriginOtherText: String
paymentMethod: PaymentMethodInput!
policyReason: PolicyReason!
policyReasonOtherText: String
totalMonthlyExpenses: MonetaryFractionalAmount!
totalMonthlyNetIncome: MonetaryFractionalAmount!
}
Fields
ValueInvestVWLFinancialStatusInput.moneyOrigin ● MoneyOrigin! non-null enum
The origin of the money used to pay premiums.
ValueInvestVWLFinancialStatusInput.moneyOriginOtherText ● String scalar
Required when moneyOrigin is OTHER.
ValueInvestVWLFinancialStatusInput.paymentMethod ● PaymentMethodInput! non-null input
Payment method used for the policy premium.
ValueInvestVWLFinancialStatusInput.policyReason ● PolicyReason! non-null enum
The reason the customer is applying for a policy.
ValueInvestVWLFinancialStatusInput.policyReasonOtherText ● String scalar
Required when policyReason is OTHER.
ValueInvestVWLFinancialStatusInput.totalMonthlyExpenses ● MonetaryFractionalAmount! non-null scalar
Total monthly expenses of the employee (smallest monetary unit, i.e. cents for EUR).
ValueInvestVWLFinancialStatusInput.totalMonthlyNetIncome ● MonetaryFractionalAmount! non-null scalar
Monthly net income of the employee (smallest monetary unit, i.e. cents for EUR).