extends |
ArrayObject |
---|
Methods | ||
---|---|---|
public
|
isInitialized($property): bool
|
# |
public
|
getOwner(): mixed[]
|
# |
public
|
setOwner(mixed[] $owner): self
|
# |
public
|
getCardName(): string
|
# |
public
|
setCardName(string $cardName): self
|
# |
public
|
getCardType(): string
|
# |
public
|
setCardType(string $cardType): self
|
# |
public
|
getLimitType(): string
|
# |
public
|
setLimitType(string $limitType): self
|
# |
public
|
getSpendControls(): CreateCardRequestSpendControls
|
# |
public
|
setSpendControls(CreateCardRequestSpendControls $spendControls): self
|
# |
public
|
getMailingAddress(): CreateCardRequestMailingAddress
|
# |
public
|
setMailingAddress(CreateCardRequestMailingAddress $mailingAddress): self
|
# |
public
|
getMetadata(): string[]|null
|
# |
public
|
setMetadata(string[]|null $metadata): self
|
# |
public
|
getCardAttributePreferences(): CreateCardRequestCardAttributePreferences
|
# |
public
|
setCardAttributePreferences(CreateCardRequestCardAttributePreferences $cardAttributePreferences): self
|
# |
Properties | |||
---|---|---|---|
protected
|
array
|
$initialized = []
|
# |
protected
|
mixed[]
|
$owner
|
# |
protected
|
string
|
$cardName
|
# |
protected
|
string
|
$cardType
|
# |
protected
|
string
|
$limitType
|
# |
protected
|
CreateCardRequestSpendControls
|
$spendControls
|
# |
protected
|
CreateCardRequestMailingAddress
|
$mailingAddress
|
# |
protected
|
string[]|null
|
$metadata
|
# |
protected
|
CreateCardRequestCardAttributePreferences
|
$cardAttributePreferences
|
# |