pub struct CreateAccountDocuments {
pub bank_account_ownership_verification: Option<CreateAccountDocumentsBankAccountOwnershipVerification>,
pub company_license: Option<CreateAccountDocumentsCompanyLicense>,
pub company_memorandum_of_association: Option<CreateAccountDocumentsCompanyMemorandumOfAssociation>,
pub company_ministerial_decree: Option<CreateAccountDocumentsCompanyMinisterialDecree>,
pub company_registration_verification: Option<CreateAccountDocumentsCompanyRegistrationVerification>,
pub company_tax_id_verification: Option<CreateAccountDocumentsCompanyTaxIdVerification>,
pub proof_of_address: Option<CreateAccountDocumentsProofOfAddress>,
pub proof_of_registration: Option<CreateAccountDocumentsProofOfRegistration>,
pub proof_of_ultimate_beneficial_ownership: Option<CreateAccountDocumentsProofOfUltimateBeneficialOwnership>,
}
Expand description
Documents that may be submitted to satisfy various informational requests.
Fields§
§bank_account_ownership_verification: Option<CreateAccountDocumentsBankAccountOwnershipVerification>
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: Option<CreateAccountDocumentsCompanyLicense>
One or more documents that demonstrate proof of a company’s license to operate.
company_memorandum_of_association: Option<CreateAccountDocumentsCompanyMemorandumOfAssociation>
One or more documents showing the company’s Memorandum of Association.
company_ministerial_decree: Option<CreateAccountDocumentsCompanyMinisterialDecree>
(Certain countries only) One or more documents showing the ministerial decree legalizing the company’s establishment.
company_registration_verification: Option<CreateAccountDocumentsCompanyRegistrationVerification>
One or more documents that demonstrate proof of a company’s registration with the appropriate local authorities.
company_tax_id_verification: Option<CreateAccountDocumentsCompanyTaxIdVerification>
One or more documents that demonstrate proof of a company’s tax ID.
proof_of_address: Option<CreateAccountDocumentsProofOfAddress>
One or more documents that demonstrate proof of address.
proof_of_registration: Option<CreateAccountDocumentsProofOfRegistration>
One or more documents showing the company’s proof of registration with the national business registry.
proof_of_ultimate_beneficial_ownership: Option<CreateAccountDocumentsProofOfUltimateBeneficialOwnership>
One or more documents that demonstrate proof of ultimate beneficial ownership.
Implementations§
Trait Implementations§
Source§impl Clone for CreateAccountDocuments
impl Clone for CreateAccountDocuments
Source§fn clone(&self) -> CreateAccountDocuments
fn clone(&self) -> CreateAccountDocuments
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more