UpdateUserEnteredDataForTransferInput
No description
input UpdateUserEnteredDataForTransferInput {
achTransferId: ID!
contributionType: HsaContributionType
contributionYear: YearString
note: String
possibleReturn: TransactionPossibleReturnType
withdrawalCategoryCode: WithdrawalCategoryCode
withdrawalExpenseDate: String
withdrawalReceipts: [StorageReferenceInput!]
}
Fields
UpdateUserEnteredDataForTransferInput.achTransferId ● ID! non-null scalar
The ID of the transfer whose data is being updated
UpdateUserEnteredDataForTransferInput.contributionType ● HsaContributionType enum
UpdateUserEnteredDataForTransferInput.contributionYear ● YearString scalar
UpdateUserEnteredDataForTransferInput.note ● String scalar
UpdateUserEnteredDataForTransferInput.possibleReturn ● TransactionPossibleReturnType enum
UpdateUserEnteredDataForTransferInput.withdrawalCategoryCode ● WithdrawalCategoryCode enum
UpdateUserEnteredDataForTransferInput.withdrawalExpenseDate ● String scalar
UpdateUserEnteredDataForTransferInput.withdrawalReceipts ● [StorageReferenceInput!] list input
Member of
updateUserEnteredDataForTransfer mutation