Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 742 Bytes

File metadata and controls

22 lines (16 loc) · 742 Bytes

# KYCDocumentResponse

use Xendit\Customer\KYCDocumentResponse;

Properties

Name Type Required Description Examples
country string ☑️ null
type KYCDocumentType ☑️ null
sub_type KYCDocumentSubType ☑️ null
document_name string ☑️ null
document_number string ☑️ null
expires_at string ☑️ null
holder_name string ☑️ null
document_images string[] ☑️ null

[Back to README]