Skip to main content

AccountContract

E-signature contract tracking the MONEI services contract for the account.

type AccountContract {
envelopeId: ID!
status: ContractStatus!
path: String @deprecated
signedDate: String
}

Fields

AccountContract.envelopeId ● ID! non-null scalar

E-signature envelope ID.

AccountContract.status ● ContractStatus! non-null enum

Current contract status.

AccountContract.path ● String deprecated scalar

DEPRECATED

Contract is stored as a document. Use downloadContract.

AccountContract.signedDate ● String scalar

Date the contract was signed (ISO 8601).

Member Of

Account object