UpdateUserEnteredDataForTransferPayload
No description
type UpdateUserEnteredDataForTransferPayload {
contributionType: HsaContributionType
contributionYear: YearString
note: String
withdrawalCategoryCode: WithdrawalCategoryCode
withdrawalExpenseDate: String
withdrawalReceipts: [StorageReference!]!
}
Fields
UpdateUserEnteredDataForTransferPayload.contributionType
● HsaContributionType
enum
UpdateUserEnteredDataForTransferPayload.contributionYear
● YearString
scalar
UpdateUserEnteredDataForTransferPayload.note
● String
scalar
UpdateUserEnteredDataForTransferPayload.withdrawalCategoryCode
● WithdrawalCategoryCode
enum
UpdateUserEnteredDataForTransferPayload.withdrawalExpenseDate
● String
scalar
UpdateUserEnteredDataForTransferPayload.withdrawalReceipts
● [StorageReference!]!
non-null object
Returned by
updateUserEnteredDataForTransfer
mutation