public static
Syspay_Merchant_Entity_Payment
|
#
buildFromResponse( stdClass $response )
Build a payment entity based on a json-decoded payment stdClass
Build a payment entity based on a json-decoded payment stdClass
Parameters
- $response
- The payment data
Returns
Implementation of
|
public
integer
|
#
getId( )
Gets the value of id.
Returns
integer integer
|
public
Syspay_Merchant_Entity_Refund
|
#
setId( integer $id )
Sets the value of id.
Parameters
Returns
|
public
string
|
#
getStatus( )
Gets the value of status.
Gets the value of status.
Returns
string string
|
public
Syspay_Merchant_Entity_Refund
|
#
setStatus( string $status )
Sets the value of status.
Sets the value of status.
Parameters
Returns
|
public
string
|
#
getReference( )
Gets the value of reference.
Gets the value of reference.
Returns
string string
|
public
Syspay_Merchant_Entity_Refund
|
#
setReference( string $reference )
Sets the value of reference.
Sets the value of reference.
Parameters
Returns
|
public
integer
|
#
getAmount( )
Gets the value of amount.
Gets the value of amount.
Returns
integer integer
|
public
Syspay_Merchant_Entity_Refund
|
#
setAmount( integer $amount )
Sets the value of amount.
Sets the value of amount.
Parameters
Returns
|
public
string
|
#
getCurrency( )
Gets the value of currency.
Gets the value of currency.
Returns
string string
|
public
Syspay_Merchant_Entity_Refund
|
#
setCurrency( string $currency )
Sets the value of currency.
Sets the value of currency.
Parameters
Returns
|
public
string
|
#
getDescription( )
Gets the value of description.
Gets the value of description.
Returns
string string
|
public
Syspay_Merchant_Entity_Refund
|
#
setDescription( string $description )
Sets the value of description.
Sets the value of description.
Parameters
- $description
- the description
Returns
|
public
Syspay_Merchant_Entity_Payment
|
#
getPayment( )
Gets the value of payment.
Gets the value of payment.
Returns
|
public
Syspay_Merchant_Entity_Refund
|
|
public
DateTime
|
#
getProcessingTime( )
Gets the value of processingTime.
Gets the value of processingTime.
Returns
DateTime DateTime
|
public
Syspay_Merchant_Entity_Refund
|
#
setProcessingTime( DateTime $processingTime )
Sets the value of processingTime.
Sets the value of processingTime.
Parameters
- $processingTime
- the processingTime
Returns
|