INPUT_OBJECT
LifeAnnuityInput
Life Annuity Price object with additional fields
link GraphQL Schema definition
- input LifeAnnuityInput {
- # Advance price object with currency and amount.
- : PriceInput
- # Is applicable life annuity
- : Boolean
- # Life Annuity maximum duration
- : Float
- # Monthly rent price object with currency and amount.
- : PriceInput
- }