Documentation

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

Methods

getArrayCopy()

Gets the attributes of this entity.

public getArrayCopy() : array<string|int, mixed>
Return values
array<string|int, mixed>

getStripeCustomerId()

public getStripeCustomerId() : int
Return values
int

setEntityAttributes()

Sets the attributes of this entity.

public setEntityAttributes(array<string|int, mixed> $attributes) : $this
Parameters
$attributes : array<string|int, mixed>
Return values
$this

Search results