extends |
BaseModel |
|---|
Represents a V4 Program Account
| Methods | ||
|---|---|---|
public
|
__construct(string[] $properties = [])
|
# |
public
|
getToken(): string
|
# |
public
|
getType(): string
|
# |
public
|
getCreatedOn(): DateTime
|
# |
public
|
getEmail(): string
|
# |
| Constants | ||
|---|---|---|
public
|
TYPE_FUNDING = 'FUNDING'
|
# |
public
|
TYPE_MERCHANT = 'MERCHANT'
|
# |
public
|
TYPE_REVENUE = 'REVENUE'
|
# |
public
|
TYPE_COLLECTIONS = 'COLLECTIONS'
|
# |
public
|
TYPE_VIRTUAL_INCENTIVES = 'VIRTUAL_INCENTIVES'
|
# |
public
|
TYPE_POST_FUNDING = 'POST_FUNDING'
|
# |
| Properties | |||
|---|---|---|---|
public
|
string
|
$token
|
# |
public
|
string
|
$type
|
# |
public
|
DateTime
|
$createdOn
|
# |
public
|
string
|
$email
|
# |