Safe Haskell | None |
---|---|
Language | Haskell2010 |
Contains the types generated from the schema LegalEntityPersonVerificationDocument
Synopsis
- data LegalEntityPersonVerificationDocument = LegalEntityPersonVerificationDocument {
- legalEntityPersonVerificationDocumentBack :: Maybe LegalEntityPersonVerificationDocumentBack'Variants
- legalEntityPersonVerificationDocumentDetails :: Maybe Text
- legalEntityPersonVerificationDocumentDetailsCode :: Maybe Text
- legalEntityPersonVerificationDocumentFront :: Maybe LegalEntityPersonVerificationDocumentFront'Variants
- mkLegalEntityPersonVerificationDocument :: LegalEntityPersonVerificationDocument
- data LegalEntityPersonVerificationDocumentBack'Variants
- data LegalEntityPersonVerificationDocumentFront'Variants
Documentation
data LegalEntityPersonVerificationDocument Source #
Defines the object schema located at components.schemas.legal_entity_person_verification_document
in the specification.
LegalEntityPersonVerificationDocument | |
|
mkLegalEntityPersonVerificationDocument :: LegalEntityPersonVerificationDocument Source #
Create a new LegalEntityPersonVerificationDocument
with all required fields.
data LegalEntityPersonVerificationDocumentBack'Variants Source #
Defines the oneOf schema located at components.schemas.legal_entity_person_verification_document.properties.back.anyOf
in the specification.
The back of an ID returned by a file upload with a `purpose` value of `identity_document`.
LegalEntityPersonVerificationDocumentBack'Text Text | |
LegalEntityPersonVerificationDocumentBack'File File |
Instances
data LegalEntityPersonVerificationDocumentFront'Variants Source #
Defines the oneOf schema located at components.schemas.legal_entity_person_verification_document.properties.front.anyOf
in the specification.
The front of an ID returned by a file upload with a `purpose` value of `identity_document`.
LegalEntityPersonVerificationDocumentFront'Text Text | |
LegalEntityPersonVerificationDocumentFront'File File |