Prosperity3ATransfer3aInput
Transfer from an existing pillar 3a account into this policy.
input Prosperity3ATransfer3aInput {
address: String
amount: MonetaryFractionalAmount!
city: String
name: String
poBox: String
policyNumber: String
sourceType: Prosperity3ATransferSourceType!
zip: String
}
Fields
Prosperity3ATransfer3aInput.address ● String scalar
Street address of the source institution. Example: "Bahnhofstrasse 9"
Prosperity3ATransfer3aInput.amount ● MonetaryFractionalAmount! non-null scalar
Transfer amount in the smallest monetary unit (Rappen for CHF). Example: 500000 represents CHF 5,000.00
Prosperity3ATransfer3aInput.city ● String scalar
City of the source institution. Example: "Zuerich"
Prosperity3ATransfer3aInput.name ● String scalar
Name of the source institution (bank or insurance company). Example: "Zuercher Kantonalbank"
Prosperity3ATransfer3aInput.poBox ● String scalar
PO Box of the source institution, if applicable. Example: "Postfach 1234"
Prosperity3ATransfer3aInput.policyNumber ● String scalar
Policy number of the existing 3a contract. Required when sourceType is INSURANCE.
Prosperity3ATransfer3aInput.sourceType ● Prosperity3ATransferSourceType! non-null enum
Source of the 3a transfer.
Prosperity3ATransfer3aInput.zip ● String scalar
ZIP/postal code of the source institution. Example: "8001"