Skip to main content

SubmitRemoteDepositCaptureInput

No description

input SubmitRemoteDepositCaptureInput {
amount: DecimalString!
amountCurrency: String
backImage: StorageReferenceInput!
contributionType: HsaContributionType
contributionYear: YearString
frontImage: StorageReferenceInput!
note: String
}

Fields

SubmitRemoteDepositCaptureInput.amount ● DecimalString! non-null scalar

The amount to deposit as a string with decimal precision, e.g. 123.45

SubmitRemoteDepositCaptureInput.amountCurrency ● String scalar

The currency code of the amount to deposit, defaults to USD

SubmitRemoteDepositCaptureInput.backImage ● StorageReferenceInput! non-null input

Reference to an image of the back side of the check to deposit. Must have passed image validation prior to submission.

SubmitRemoteDepositCaptureInput.contributionType ● HsaContributionType enum

The type of this contribution

SubmitRemoteDepositCaptureInput.contributionYear ● YearString scalar

The year for which this contribution should apply

SubmitRemoteDepositCaptureInput.frontImage ● StorageReferenceInput! non-null input

Reference to an image of the front side of the check to deposit. Must have passed image validation prior to submission.

SubmitRemoteDepositCaptureInput.note ● String scalar

A user's note for information about the transaction

Member of

submitRemoteDepositCapture mutation