Documentation

CustomerEntity
in package

Table of Contents

Properties

$allowDirectDebit  : bool
$billingAddress  : array<string|int, mixed>
$deleted  : bool
$email  : string
$excessPaymentApplied  : int
$excessPaymentBalance  : int
$id  : string
$primaryPaymentSourceId  : string
$promotionalCreditApplied  : int
$promotionalCreditBalance  : int
$refundableCreditApplied  : int
$refundableCreditBalance  : int
$taxability  : string
$taxRate  : int
$unbilledCharges  : int
$vatNumber  : string

Methods

addExcessPaymentApplied()  : mixed
addPromotionalCreditApplied()  : mixed
addRefundableCreditApplied()  : mixed
fromChargeBeeResponse()  : self
getAllowDirectDebit()  : bool|null
Get the value of allowDirectDebit
getBillingAddress()  : array<string|int, mixed>|null
Get the value of billingAddress
getDeleted()  : bool|null
Get the value of deleted
getEmail()  : string|null
Get the value of email
getExcessPaymentApplied()  : int
getExcessPaymentBalance()  : int
getExcessPaymentRemaining()  : mixed
getId()  : string
Get the value of id
getPrimaryPaymentSourceId()  : string|null
Get the value of primaryPaymentSourceId
getPromotionalCreditApplied()  : int
getPromotionalCreditBalance()  : int
getPromotionalCreditRemaining()  : mixed
getRefundableCreditApplied()  : int
getRefundableCreditBalance()  : int
getRefundableCreditRemaining()  : mixed
getTaxability()  : string|null
Get the value of taxability
getTaxRate()  : int
getUnbilledCharges()  : int
getVatNumber()  : string|null
Get the value of vatNumber
setAllowDirectDebit()  : self
Set the value of allowDirectDebit
setBillingAddress()  : self
Set the value of billingAddress
setDeleted()  : self
Set the value of deleted
setEmail()  : self
Set the value of email
setExcessPaymentApplied()  : self
setExcessPaymentBalance()  : self
setId()  : self
Set the value of id
setPrimaryPaymentSourceId()  : self
Set the value of primaryPaymentSourceId
setPromotionalCreditApplied()  : self
setPromotionalCreditBalance()  : self
setRefundableCreditApplied()  : self
setRefundableCreditBalance()  : self
setTaxability()  : self
Set the value of taxability
setTaxRate()  : self
setUnbilledCharges()  : self
setVatNumber()  : self
Set the value of vatNumber

Properties

$billingAddress

private array<string|int, mixed> $billingAddress

$promotionalCreditApplied

private int $promotionalCreditApplied = 0

$promotionalCreditBalance

private int $promotionalCreditBalance = 0

$refundableCreditApplied

private int $refundableCreditApplied = 0

$refundableCreditBalance

private int $refundableCreditBalance = 0

Methods

addExcessPaymentApplied()

public addExcessPaymentApplied(int $excessPaymentApplied) : mixed
Parameters
$excessPaymentApplied : int

addPromotionalCreditApplied()

public addPromotionalCreditApplied(int $promotionalCreditApplied) : mixed
Parameters
$promotionalCreditApplied : int

addRefundableCreditApplied()

public addRefundableCreditApplied(int $refundableCreditApplied) : mixed
Parameters
$refundableCreditApplied : int

fromChargeBeeResponse()

public fromChargeBeeResponse(mixed $customer) : self
Parameters
$customer : mixed
Return values
self

getAllowDirectDebit()

Get the value of allowDirectDebit

public getAllowDirectDebit() : bool|null
Return values
bool|null

getBillingAddress()

Get the value of billingAddress

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

getDeleted()

Get the value of deleted

public getDeleted() : bool|null
Return values
bool|null

getEmail()

Get the value of email

public getEmail() : string|null
Return values
string|null

getExcessPaymentApplied()

public getExcessPaymentApplied() : int
Return values
int

getExcessPaymentBalance()

public getExcessPaymentBalance() : int
Return values
int

getExcessPaymentRemaining()

public getExcessPaymentRemaining() : mixed

getId()

Get the value of id

public getId() : string
Return values
string

getPrimaryPaymentSourceId()

Get the value of primaryPaymentSourceId

public getPrimaryPaymentSourceId() : string|null
Return values
string|null

getPromotionalCreditApplied()

public getPromotionalCreditApplied() : int
Return values
int

getPromotionalCreditBalance()

public getPromotionalCreditBalance() : int
Return values
int

getPromotionalCreditRemaining()

public getPromotionalCreditRemaining() : mixed

getRefundableCreditApplied()

public getRefundableCreditApplied() : int
Return values
int

getRefundableCreditBalance()

public getRefundableCreditBalance() : int
Return values
int

getRefundableCreditRemaining()

public getRefundableCreditRemaining() : mixed

getTaxability()

Get the value of taxability

public getTaxability() : string|null
Return values
string|null

getUnbilledCharges()

public getUnbilledCharges() : int
Return values
int

getVatNumber()

Get the value of vatNumber

public getVatNumber() : string|null
Return values
string|null

setAllowDirectDebit()

Set the value of allowDirectDebit

public setAllowDirectDebit(bool|null $allowDirectDebit) : self
Parameters
$allowDirectDebit : bool|null
Return values
self

setBillingAddress()

Set the value of billingAddress

public setBillingAddress(array<string|int, mixed>|null $billingAddress) : self
Parameters
$billingAddress : array<string|int, mixed>|null
Return values
self

setDeleted()

Set the value of deleted

public setDeleted(bool|null $deleted) : self
Parameters
$deleted : bool|null
Return values
self

setEmail()

Set the value of email

public setEmail(string|null $email) : self
Parameters
$email : string|null
Return values
self

setExcessPaymentApplied()

public setExcessPaymentApplied(int $excessPaymentApplied) : self
Parameters
$excessPaymentApplied : int
Return values
self

setExcessPaymentBalance()

public setExcessPaymentBalance(int $excessPaymentBalance) : self
Parameters
$excessPaymentBalance : int
Return values
self

setId()

Set the value of id

public setId(string $id) : self
Parameters
$id : string
Return values
self

setPrimaryPaymentSourceId()

Set the value of primaryPaymentSourceId

public setPrimaryPaymentSourceId(string|null $primaryPaymentSourceId) : self
Parameters
$primaryPaymentSourceId : string|null
Return values
self

setPromotionalCreditApplied()

public setPromotionalCreditApplied(int $promotionalCreditApplied) : self
Parameters
$promotionalCreditApplied : int
Return values
self

setPromotionalCreditBalance()

public setPromotionalCreditBalance(int $promotionalCreditBalance) : self
Parameters
$promotionalCreditBalance : int
Return values
self

setRefundableCreditApplied()

public setRefundableCreditApplied(int $refundableCreditApplied) : self
Parameters
$refundableCreditApplied : int
Return values
self

setRefundableCreditBalance()

public setRefundableCreditBalance(int $refundableCreditBalance) : self
Parameters
$refundableCreditBalance : int
Return values
self

setTaxability()

Set the value of taxability

public setTaxability(string|null $taxability) : self
Parameters
$taxability : string|null
Return values
self

setTaxRate()

public setTaxRate(int $taxRate) : self
Parameters
$taxRate : int
Return values
self

setUnbilledCharges()

public setUnbilledCharges(int $unbilledCharges) : self
Parameters
$unbilledCharges : int
Return values
self

setVatNumber()

Set the value of vatNumber

public setVatNumber(string|null $vatNumber) : self
Parameters
$vatNumber : string|null
Return values
self

        
On this page

Search results