RefundWebhook
in package
Class RefundWebhook
Tags
Table of Contents
Properties
- $amount : float
- $buyerPaysRefundFee : bool
- $currency : string
- $id : string
- $immediate : bool
- $invoice : string
- $lastRefundNotification : string
- $refundFee : float
- $requestDate : string
- $status : string
- $supportRequest : string
Methods
- __construct() : mixed
- getAmount() : float
- getBuyerPaysRefundFee() : bool
- getCurrency() : string
- getId() : string
- getImmediate() : bool
- getInvoice() : string
- getLastRefundNotification() : string
- getRefundFee() : float
- getRequestDate() : string
- getStatus() : string
- getSupportRequest() : string
- setAmount() : void
- setBuyerPaysRefundFee() : void
- setCurrency() : void
- setId() : void
- setImmediate() : void
- setInvoice() : void
- setLastRefundNotification() : void
- setRefundFee() : void
- setRequestDate() : void
- setStatus() : void
- setSupportRequest() : void
- toArray() : array<string|int, mixed>
Properties
$amount
protected
float
$amount
$buyerPaysRefundFee
protected
bool
$buyerPaysRefundFee
$currency
protected
string
$currency
$id
protected
string
$id
$immediate
protected
bool
$immediate
$invoice
protected
string
$invoice
$lastRefundNotification
protected
string
$lastRefundNotification
$refundFee
protected
float
$refundFee
$requestDate
protected
string
$requestDate
$status
protected
string
$status
$supportRequest
protected
string
$supportRequest
Methods
__construct()
public
__construct() : mixed
getAmount()
public
getAmount() : float
Return values
floatgetBuyerPaysRefundFee()
public
getBuyerPaysRefundFee() : bool
Return values
boolgetCurrency()
public
getCurrency() : string
Return values
stringgetId()
public
getId() : string
Return values
stringgetImmediate()
public
getImmediate() : bool
Return values
boolgetInvoice()
public
getInvoice() : string
Return values
stringgetLastRefundNotification()
public
getLastRefundNotification() : string
Return values
stringgetRefundFee()
public
getRefundFee() : float
Return values
floatgetRequestDate()
public
getRequestDate() : string
Return values
stringgetStatus()
public
getStatus() : string
Return values
stringgetSupportRequest()
public
getSupportRequest() : string
Return values
stringsetAmount()
public
setAmount(float $amount) : void
Parameters
- $amount : float
setBuyerPaysRefundFee()
public
setBuyerPaysRefundFee(bool $buyerPaysRefundFee) : void
Parameters
- $buyerPaysRefundFee : bool
setCurrency()
public
setCurrency(string $currency) : void
Parameters
- $currency : string
setId()
public
setId(string $id) : void
Parameters
- $id : string
setImmediate()
public
setImmediate(bool $immediate) : void
Parameters
- $immediate : bool
setInvoice()
public
setInvoice(string $invoice) : void
Parameters
- $invoice : string
setLastRefundNotification()
public
setLastRefundNotification(string $lastRefundNotification) : void
Parameters
- $lastRefundNotification : string
setRefundFee()
public
setRefundFee(float $refundFee) : void
Parameters
- $refundFee : float
setRequestDate()
public
setRequestDate(string $requestDate) : void
Parameters
- $requestDate : string
setStatus()
public
setStatus(string $status) : void
Parameters
- $status : string
setSupportRequest()
public
setSupportRequest(string $supportRequest) : void
Parameters
- $supportRequest : string
toArray()
public
toArray() : array<string|int, mixed>