Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 728 Bytes

KYCDocumentRequest.md

File metadata and controls

22 lines (16 loc) · 728 Bytes

# KYCDocumentRequest

use Xendit\Customer\KYCDocumentRequest;

Properties

Name Type Required Description Examples
country string ISO3166-2 country code ID
type KYCDocumentType null
sub_type KYCDocumentSubType null
document_name string KTP
document_number string AA123467890
expires_at string 2017-07-21
holder_name string John Doe
document_images string[] null

[Back to README]