Paylog
in package
Paylog.
Tags
Table of Contents
- $acctid : int
- $amount : float
- $filed : bool
- $info : string
- $name : string
- $payid : int
- $processdate : DateTime
- $processed : bool
- $response : string
- $txfee : float
- $txnid : string
- getAcctid() : int
- Get the value of Acctid.
- getAmount() : float
- Get the value of Amount.
- getFiled() : bool
- Get the value of Filed.
- getInfo() : string
- Get the value of Info.
- getName() : string
- Get the value of Name.
- getPayid() : int
- Get the value of Payid.
- getProcessdate() : DateTime|DateTimeImmutable
- Get the value of Processdate.
- getProcessed() : bool
- Get the value of Processed.
- getResponse() : string
- Get the value of Response.
- getTxfee() : float
- Get the value of Txfee.
- getTxnid() : string
- Get the value of Txnid.
- setAcctid() : self
- Set the value of Acctid.
- setAmount() : self
- Set the value of Amount.
- setFiled() : self
- Set the value of Filed.
- setInfo() : self
- Set the value of Info.
- setName() : self
- Set the value of Name.
- setPayid() : self
- Set the value of Payid.
- setProcessdate() : self
- Set the value of Processdate.
- setProcessed() : self
- Set the value of Processed.
- setResponse() : self
- Set the value of Response.
- setTxfee() : self
- Set the value of Txfee.
- setTxnid() : self
- Set the value of Txnid.
Properties
$acctid
private
int
$acctid
= 0
Tags
$amount
private
float
$amount
= '0.00'
Tags
$filed
private
bool
$filed
= 0
Tags
$info
private
string
$info
Tags
$name
private
string
$name
Tags
$payid
private
int
$payid
Tags
$processdate
private
DateTime
$processdate
= '0000-00-00 00:00:00'
Tags
$processed
private
bool
$processed
= 0
Tags
$response
private
string
$response
Tags
$txfee
private
float
$txfee
= '0.00'
Tags
$txnid
private
string
$txnid
Tags
Methods
getAcctid()
Get the value of Acctid.
public
getAcctid() : int
Return values
int —getAmount()
Get the value of Amount.
public
getAmount() : float
Return values
float —getFiled()
Get the value of Filed.
public
getFiled() : bool
Return values
bool —getInfo()
Get the value of Info.
public
getInfo() : string
Return values
string —getName()
Get the value of Name.
public
getName() : string
Return values
string —getPayid()
Get the value of Payid.
public
getPayid() : int
Return values
int —getProcessdate()
Get the value of Processdate.
public
getProcessdate() : DateTime|DateTimeImmutable
Return values
DateTime|DateTimeImmutable —getProcessed()
Get the value of Processed.
public
getProcessed() : bool
Return values
bool —getResponse()
Get the value of Response.
public
getResponse() : string
Return values
string —getTxfee()
Get the value of Txfee.
public
getTxfee() : float
Return values
float —getTxnid()
Get the value of Txnid.
public
getTxnid() : string
Return values
string —setAcctid()
Set the value of Acctid.
public
setAcctid(int $acctid) : self
Parameters
- $acctid : int
Return values
self —setAmount()
Set the value of Amount.
public
setAmount(float $amount) : self
Parameters
- $amount : float
Return values
self —setFiled()
Set the value of Filed.
public
setFiled(bool $filed) : self
Parameters
- $filed : bool
Return values
self —setInfo()
Set the value of Info.
public
setInfo(string $info) : self
Parameters
- $info : string
Return values
self —setName()
Set the value of Name.
public
setName(string $name) : self
Parameters
- $name : string
Return values
self —setPayid()
Set the value of Payid.
public
setPayid(int $payid) : self
Parameters
- $payid : int
Return values
self —setProcessdate()
Set the value of Processdate.
public
setProcessdate(DateTime|DateTimeImmutable $processdate) : self
Parameters
- $processdate : DateTime|DateTimeImmutable
Return values
self —setProcessed()
Set the value of Processed.
public
setProcessed(bool $processed) : self
Parameters
- $processed : bool
Return values
self —setResponse()
Set the value of Response.
public
setResponse(string $response) : self
Parameters
- $response : string
Return values
self —setTxfee()
Set the value of Txfee.
public
setTxfee(float $txfee) : self
Parameters
- $txfee : float
Return values
self —setTxnid()
Set the value of Txnid.
public
setTxnid(string $txnid) : self
Parameters
- $txnid : string