rejected Entity Status Reasons
fun rejectedEntityStatusReasons(rejectedEntityStatusReasons: List<String>): Document.RequiredDocumentUpload.Builder
A list of status reasons associated with a KYB account holder that have not been satisfied by the document upload
fun rejectedEntityStatusReasons(rejectedEntityStatusReasons: JsonField<List<String>>): Document.RequiredDocumentUpload.Builder
Sets Builder.rejectedEntityStatusReasons to an arbitrary JSON value.
You should usually call Builder.rejectedEntityStatusReasons with a well-typed List<String> value instead. This method is primarily for setting the field to an undocumented or not yet supported value.