extends |
BaseModel |
---|
Represents a V4 HyperwalletVerificationDocument
Methods | ||
---|---|---|
public
|
__construct(string[] $properties = [])
|
# |
public
|
getCreatedOn(): DateTime
|
# |
public
|
getStatus(): string
|
# |
public
|
getCategory(): string
|
# |
public
|
getType(): string
|
# |
public
|
getCountry(): string
|
# |
public
|
getReasons($reasons): HyperwalletVerificationDocumentReason
|
# |
public
|
getUploadFiles($uploadFiles): object
|
# |
Properties | |||
---|---|---|---|
public
|
string
|
$category
|
# |
public
|
string
|
$type
|
# |
public
|
string
|
$status
|
# |
public
|
string
|
$country
|
# |
public
|
HyperwalletVerificationDocumentReasonCollection
|
$reasons
|
# |
public
|
DateTime
|
$createdOn
|
# |
public
|
object
|
$uploadFiles
|
# |