Methods |
public
|
isInitialized($property): bool
|
#
|
public
|
getId(): string
|
#
|
public
|
setId(string $id): self
|
#
|
public
|
getOwner(): mixed[]
|
#
|
public
|
setOwner(mixed[] $owner): self
|
#
|
public
|
getStatus(): string
|
#
|
public
|
setStatus(string $status): self
|
#
|
public
|
getLastFour(): string
|
#
|
public
|
setLastFour(string $lastFour): self
|
#
|
public
|
getCardName(): string
|
#
|
public
|
setCardName(string $cardName): self
|
#
|
public
|
getCardType(): string
|
#
|
public
|
setCardType(string $cardType): self
|
#
|
public
|
getLimitType(): string
`limit_type = CARD` for vendor cards. Vendor cards must have a `card_type` of `VIRTUAL`
and do not rely on the user…
limit_type = CARD for vendor cards. Vendor cards must have a card_type of VIRTUAL
and do not rely on the user specific limit.
For corporate cards, limit_type = USER .
Learn more about different card types here.
|
#
|
public
|
setLimitType(string $limitType): self
`limit_type = CARD` for vendor cards. Vendor cards must have a `card_type` of `VIRTUAL`
and do not rely on the user…
limit_type = CARD for vendor cards. Vendor cards must have a card_type of VIRTUAL
and do not rely on the user specific limit.
For corporate cards, limit_type = USER .
Learn more about different card types here.
|
#
|
public
|
getSpendControls(): CardSpendControls
|
#
|
public
|
setSpendControls(CardSpendControls $spendControls): self
|
#
|
public
|
getBillingAddress(): Address
Company business address (must be in the US; no PO box or virtual/forwarding addresses allowed).
Company business address (must be in the US; no PO box or virtual/forwarding addresses allowed).
|
#
|
public
|
setBillingAddress(Address $billingAddress): self
Company business address (must be in the US; no PO box or virtual/forwarding addresses allowed).
Company business address (must be in the US; no PO box or virtual/forwarding addresses allowed).
|
#
|
public
|
getMailingAddress(): CardMailingAddress
|
#
|
public
|
setMailingAddress(CardMailingAddress $mailingAddress): self
|
#
|
public
|
getMetadata(): string[]|null
Set of key value pairs associated with this object. Please do not store any personally identifiable or sensitive…
Set of key value pairs associated with this object. Please do not store any personally identifiable or sensitive information here.
Limitations: maximum of 50 keys, keys cannot exceed 40 characters, values cannot exceed 500 characters.
|
#
|
public
|
setMetadata(string[]|null $metadata): self
Set of key value pairs associated with this object. Please do not store any personally identifiable or sensitive…
Set of key value pairs associated with this object. Please do not store any personally identifiable or sensitive information here.
Limitations: maximum of 50 keys, keys cannot exceed 40 characters, values cannot exceed 500 characters.
|
#
|