InvestmentsTransferInput
Request sent when a user wants to transfer money to their investment account from their HSA OR to their HSA from their investment account.
input InvestmentsTransferInput {
amount: DecimalString!
amountCurrency: String
direction: TransferDirection!
}
Fields
InvestmentsTransferInput.amount
● DecimalString!
non-null scalar
The amount to transfer as a string with decimal precision, e.g. 123.45
InvestmentsTransferInput.amountCurrency
● String
scalar
The currency code of the amount to transfer, defaults to USD
InvestmentsTransferInput.direction
● TransferDirection!
non-null enum
If INCOMING, the user is transferring from their investment account to their HSA, if it is OUTGOING, from their HSA to their investment account.
Member of
initiateInvestmentsTransfer
mutation