InvoiceWebhook
in package
Tags
Table of Contents
Properties
- $amountPaid : float|null
- $buyerFields : BuyerFields|null
- $currency : string|null
- $currencyTime : string|null
- $exceptionStatus : string|null
- $exchangeRates : array<string|int, mixed>|null
- $id : string|null
- $inInvoiceId : string|null
- $inPaymentRequest : string|null
- $invoiceTime : string|null
- $orderId : string|null
- $paymentSubtotals : array<string|int, mixed>|null
- $paymentTotals : array<string|int, mixed>|null
- $posData : string|null
- $price : float|null
- $status : string|null
- $transactionCurrency : string|null
- $url : string|null
Methods
- getAmountPaid() : float|null
- getBuyerFields() : BuyerFields|null
- getCurrency() : string|null
- getCurrencyTime() : string|null
- getExceptionStatus() : string|null
- getExchangeRates() : array<string|int, mixed>|null
- getId() : string|null
- getInInvoiceId() : string|null
- getInPaymentRequest() : string|null
- getInvoiceTime() : string|null
- getOrderId() : string|null
- getPaymentSubtotals() : array<string|int, mixed>|null
- getPaymentTotals() : array<string|int, mixed>|null
- getPosData() : string|null
- getPrice() : float|null
- getStatus() : string|null
- getTransactionCurrency() : string|null
- getUrl() : string|null
- setAmountPaid() : void
- setBuyerFields() : void
- setCurrency() : void
- setCurrencyTime() : void
- setExceptionStatus() : void
- setExchangeRates() : void
- setId() : void
- setInInvoiceId() : void
- setInPaymentRequest() : void
- setInvoiceTime() : void
- setOrderId() : void
- setPaymentSubtotals() : void
- setPaymentTotals() : void
- setPosData() : void
- setPrice() : void
- setStatus() : void
- setTransactionCurrency() : void
- setUrl() : void
Properties
$amountPaid
protected
float|null
$amountPaid
$buyerFields
protected
BuyerFields|null
$buyerFields
$currency
protected
string|null
$currency
$currencyTime
protected
string|null
$currencyTime
$exceptionStatus
protected
string|null
$exceptionStatus
$exchangeRates
protected
array<string|int, mixed>|null
$exchangeRates
$id
protected
string|null
$id
$inInvoiceId
protected
string|null
$inInvoiceId
$inPaymentRequest
protected
string|null
$inPaymentRequest
$invoiceTime
protected
string|null
$invoiceTime
$orderId
protected
string|null
$orderId
$paymentSubtotals
protected
array<string|int, mixed>|null
$paymentSubtotals
$paymentTotals
protected
array<string|int, mixed>|null
$paymentTotals
$posData
protected
string|null
$posData
$price
protected
float|null
$price
$status
protected
string|null
$status
$transactionCurrency
protected
string|null
$transactionCurrency
$url
protected
string|null
$url
Methods
getAmountPaid()
public
getAmountPaid() : float|null
Return values
float|nullgetBuyerFields()
public
getBuyerFields() : BuyerFields|null
Return values
BuyerFields|nullgetCurrency()
public
getCurrency() : string|null
Return values
string|nullgetCurrencyTime()
public
getCurrencyTime() : string|null
Return values
string|nullgetExceptionStatus()
public
getExceptionStatus() : string|null
Return values
string|nullgetExchangeRates()
public
getExchangeRates() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|nullgetId()
public
getId() : string|null
Return values
string|nullgetInInvoiceId()
public
getInInvoiceId() : string|null
Return values
string|nullgetInPaymentRequest()
public
getInPaymentRequest() : string|null
Return values
string|nullgetInvoiceTime()
public
getInvoiceTime() : string|null
Return values
string|nullgetOrderId()
public
getOrderId() : string|null
Return values
string|nullgetPaymentSubtotals()
public
getPaymentSubtotals() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|nullgetPaymentTotals()
public
getPaymentTotals() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|nullgetPosData()
public
getPosData() : string|null
Return values
string|nullgetPrice()
public
getPrice() : float|null
Return values
float|nullgetStatus()
public
getStatus() : string|null
Return values
string|nullgetTransactionCurrency()
public
getTransactionCurrency() : string|null
Return values
string|nullgetUrl()
public
getUrl() : string|null
Return values
string|nullsetAmountPaid()
public
setAmountPaid(float|null $amountPaid) : void
Parameters
- $amountPaid : float|null
setBuyerFields()
public
setBuyerFields(BuyerFields|null $buyerFields) : void
Parameters
- $buyerFields : BuyerFields|null
setCurrency()
public
setCurrency(string|null $currency) : void
Parameters
- $currency : string|null
setCurrencyTime()
public
setCurrencyTime(string|null $currencyTime) : void
Parameters
- $currencyTime : string|null
setExceptionStatus()
public
setExceptionStatus(string|null $exceptionStatus) : void
Parameters
- $exceptionStatus : string|null
setExchangeRates()
public
setExchangeRates(array<string|int, mixed>|null $exchangeRates) : void
Parameters
- $exchangeRates : array<string|int, mixed>|null
setId()
public
setId(string|null $id) : void
Parameters
- $id : string|null
setInInvoiceId()
public
setInInvoiceId(string|null $inInvoiceId) : void
Parameters
- $inInvoiceId : string|null
setInPaymentRequest()
public
setInPaymentRequest(string|null $inPaymentRequest) : void
Parameters
- $inPaymentRequest : string|null
setInvoiceTime()
public
setInvoiceTime(string|null $invoiceTime) : void
Parameters
- $invoiceTime : string|null
setOrderId()
public
setOrderId(string|null $orderId) : void
Parameters
- $orderId : string|null
setPaymentSubtotals()
public
setPaymentSubtotals(array<string|int, mixed>|null $paymentSubtotals) : void
Parameters
- $paymentSubtotals : array<string|int, mixed>|null
setPaymentTotals()
public
setPaymentTotals(array<string|int, mixed>|null $paymentTotals) : void
Parameters
- $paymentTotals : array<string|int, mixed>|null
setPosData()
public
setPosData(string|null $posData) : void
Parameters
- $posData : string|null
setPrice()
public
setPrice(float|null $price) : void
Parameters
- $price : float|null
setStatus()
public
setStatus(string|null $status) : void
Parameters
- $status : string|null
setTransactionCurrency()
public
setTransactionCurrency(string|null $transactionCurrency) : void
Parameters
- $transactionCurrency : string|null
setUrl()
public
setUrl(string|null $url) : void
Parameters
- $url : string|null