CustomerAttribute
extends Base
in package
Class CustomerAttribute.
Table of Contents
- $customerId : int
- $id : int
- $stripeCustomerId : string
- getArrayCopy() : array<string|int, mixed>
- Gets the attributes of this entity.
- getCustomerId() : int
- getId() : int
- getStripeCustomerId() : int
- setCustomerId() : CustomerAttribute
- setEntityAttributes() : $this
- Sets the attributes of this entity.
- setId() : CustomerAttribute
- setStripeCustomerId() : CustomerAttribute
Properties
$customerId
protected
int
$customerId
$id
protected
int
$id
$stripeCustomerId
protected
string
$stripeCustomerId
Methods
getArrayCopy()
Gets the attributes of this entity.
public
getArrayCopy() : array<string|int, mixed>
Return values
array<string|int, mixed> —getCustomerId()
public
getCustomerId() : int
Return values
int —getId()
public
getId() : int
Return values
int —getStripeCustomerId()
public
getStripeCustomerId() : int
Return values
int —setCustomerId()
public
setCustomerId(int $customerId) : CustomerAttribute
Parameters
- $customerId : int
Return values
CustomerAttribute —setEntityAttributes()
Sets the attributes of this entity.
public
setEntityAttributes(array<string|int, mixed> $attributes) : $this
Parameters
- $attributes : array<string|int, mixed>
Return values
$this —setId()
public
setId(int $id) : CustomerAttribute
Parameters
- $id : int
Return values
CustomerAttribute —setStripeCustomerId()
public
setStripeCustomerId(int $stripeCustomerId) : CustomerAttribute
Parameters
- $stripeCustomerId : int