Skip to main content

PayoutPlanInput

Indicate how the amount should be paid out to the beneficiaries.

input PayoutPlanInput {
accountHolder: String!
iban: IBAN!
schedules: [PaymentPlanScheduleInput!]!
}

Fields

PayoutPlanInput.accountHolder ● String! non-null scalar

The account holder of the account that payouts will be made to.

PayoutPlanInput.iban ● IBAN! non-null scalar

The IBAN number of the account that payouts will be made to.

PayoutPlanInput.schedules ● [PaymentPlanScheduleInput!]! non-null input

Schedules for the payout plan. The payout plan can have multiple schedules, each with a start and end date.

Member Of

LiechtensteinLifeWealthProductConfigurationInput input