# `Stripe.Resources.V2.Core.Account.Identity.BusinessDetails.Documents`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/v2/core/account.ex#L3029)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.V2.Core.Account.Identity.BusinessDetails.Documents{
  bank_account_ownership_verification:
    Stripe.Resources.V2.Core.Account.Identity.BusinessDetails.Documents.BankAccountOwnershipVerification.t()
    | nil,
  company_license:
    Stripe.Resources.V2.Core.Account.Identity.BusinessDetails.Documents.CompanyLicense.t()
    | nil,
  company_memorandum_of_association:
    Stripe.Resources.V2.Core.Account.Identity.BusinessDetails.Documents.CompanyMemorandumOfAssociation.t()
    | nil,
  company_ministerial_decree:
    Stripe.Resources.V2.Core.Account.Identity.BusinessDetails.Documents.CompanyMinisterialDecree.t()
    | nil,
  company_registration_verification:
    Stripe.Resources.V2.Core.Account.Identity.BusinessDetails.Documents.CompanyRegistrationVerification.t()
    | nil,
  company_tax_id_verification:
    Stripe.Resources.V2.Core.Account.Identity.BusinessDetails.Documents.CompanyTaxIdVerification.t()
    | nil,
  primary_verification:
    Stripe.Resources.V2.Core.Account.Identity.BusinessDetails.Documents.PrimaryVerification.t()
    | nil,
  proof_of_address:
    Stripe.Resources.V2.Core.Account.Identity.BusinessDetails.Documents.ProofOfAddress.t()
    | nil,
  proof_of_registration:
    Stripe.Resources.V2.Core.Account.Identity.BusinessDetails.Documents.ProofOfRegistration.t()
    | nil,
  proof_of_ultimate_beneficial_ownership:
    Stripe.Resources.V2.Core.Account.Identity.BusinessDetails.Documents.ProofOfUltimateBeneficialOwnership.t()
    | nil
}
```

* `bank_account_ownership_verification` - One or more documents that support the Bank account ownership verification requirement. Must be a document associated with the account’s primary active bank account that displays the last 4 digits of the account number, either a statement or a check.
* `company_license` - One or more documents that demonstrate proof of a company’s license to operate.
* `company_memorandum_of_association` - One or more documents showing the company’s Memorandum of Association.
* `company_ministerial_decree` - Certain countries only: One or more documents showing the ministerial decree legalizing the company’s establishment.
* `company_registration_verification` - One or more documents that demonstrate proof of a company’s registration with the appropriate local authorities.
* `company_tax_id_verification` - One or more documents that demonstrate proof of a company’s tax ID.
* `primary_verification` - A document verifying the business.
* `proof_of_address` - One or more documents that demonstrate proof of address.
* `proof_of_registration` - One or more documents showing the company’s proof of registration with the national business registry.
* `proof_of_ultimate_beneficial_ownership` - One or more documents that demonstrate proof of ultimate beneficial ownership.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
