public
|
|
public
string
|
#
getMethod( )
Get the HTTP method to use to make the request
Get the HTTP method to use to make the request
Returns
string HTTP method
|
public
string
|
#
getPath( )
Get the path to call to make the request
Get the path to call to make the request
Returns
string API path
|
public
mixed
|
#
buildResponse( stdClass $response )
Build an object based on the decoded response received from the API (turned
to a stdClass object)
Build an object based on the decoded response received from the API (turned
to a stdClass object)
Parameters
- $response
- The data to build the object from
Returns
mixed The object built
|
public
array
|
#
getData( )
Get the data to send to the API for the request
Get the data to send to the API for the request
Returns
array An array of data that will be json-encoded by the Syspay_Merchant_Client
Overrides
|
public
string
|
#
getFlow( )
Gets the value of flow.
Returns
string string
|
public
Syspay_Merchant_BillingAgreementRequest
|
#
setFlow( string $flow )
Sets the value of flow.
Parameters
Returns
|
public
string
|
#
getMode( )
Get the value of mode
Returns
string string
|
public
Syspay_Merchant_BillingAgreementRequest
|
#
setMode( string $mode )
Sets the value of mode
Parameters
Returns
|
public
Syspay_Merchant_BillingAgreementRequest
|
#
setThreatMetrixSessionId( string $threatMetrixSessionId )
Sets the value of threatMetrixSessionId
Sets the value of threatMetrixSessionId
Parameters
Returns
|
public
string
|
#
getThreatMetrixSessionId( )
Get the value of threatMetrixSessionId
Get the value of threatMetrixSessionId
Returns
string string
|
public
boolean
|
#
getBillingAgreement( )
Gets the value of billingAgreement.
Gets the value of billingAgreement.
Returns
boolean boolean
|
public
Syspay_Merchant_BillingAgreementRequest
|
#
setBillingAgreement( boolean $billingAgreement )
Sets the value of billingAgreement.
Sets the value of billingAgreement.
Parameters
- $billingAgreement
- the billingAgreement
Returns
|
public
string
|
#
getEmsUrl( )
Gets the value of emsUrl.
Gets the value of emsUrl.
Returns
string string
|
public
Syspay_Merchant_BillingAgreementRequest
|
#
setEmsUrl( string $emsUrl )
Sets the value of emsUrl.
Sets the value of emsUrl.
Parameters
Returns
|
public
string
|
#
getRedirectUrl( )
Gets the value of redirectUrl.
Gets the value of redirectUrl.
Returns
string string
|
public
Syspay_Merchant_BillingAgreementRequest
|
#
setRedirectUrl( string $redirectUrl )
Sets the value of redirectUrl.
Sets the value of redirectUrl.
Parameters
- $redirectUrl
- the redirectUrl
Returns
|
public
Syspay_Merchant_Entity_Customer
|
#
getCustomer( )
Gets the value of customer.
Gets the value of customer.
Returns
|
public
Syspay_Merchant_BillingAgreementRequest
|
|
public
Syspay_Merchant_Entity_Creditcard
|
#
getCreditcard( )
Gets the value of creditcard.
Gets the value of creditcard.
Returns
|
public
Syspay_Merchant_BillingAgreementRequest
|
|
public
string
|
#
getPaymentMethod( )
Gets the value of paymentMethod.
Gets the value of paymentMethod.
Returns
string string
|
public
Syspay_Merchant_BillingAgreementRequest
|
#
setPaymentMethod( string $paymentMethod )
Sets the value of paymentMethod.
Sets the value of paymentMethod.
Parameters
- $paymentMethod
- the paymentMethod
Returns
|
public
string
|
#
getWebsite( )
Gets the value of website.
Gets the value of website.
Returns
string string
|
public
Syspay_Merchant_BillingAgreementRequest
|
#
setWebsite( string $website )
Sets the value of website.
Sets the value of website.
Parameters
Returns
|
public
string
|
#
getAgent( )
Gets the agent
Returns
string string
|
public
Syspay_Merchant_BillingAgreementRequest
|
#
setAgent( string $agent )
Sets the value of agent.
Parameters
Returns
|
public
integer
|
#
getAllowedRetries( )
Gets the value of allowedRetries.
Gets the value of allowedRetries.
Returns
integer integer
|
public
Syspay_Merchant_BillingAgreementRequest
|
#
setAllowedRetries( integer $allowedRetries )
Sets the value of allowedRetries.
Sets the value of allowedRetries.
Parameters
- $allowedRetries
- the allowed retries
Returns
|
public
string
|
#
getBankCode( )
Gets the value of bankCode.
Gets the value of bankCode.
Returns
string string
|
public
Syspay_Merchant_BillingAgreementRequest
|
#
setBankCode( string $bankCode )
Sets the value of bankCode.
Sets the value of bankCode.
Parameters
Returns
|
public
String
|
#
getReference( )
Gets the value of reference.
Gets the value of reference.
Returns
String String
|
public
Syspay_Merchant_BillingAgreementRequest
|
#
setReference( String $reference )
Sets the value of reference.
Sets the value of reference.
Parameters
Returns
|
public
String
|
#
getCurrency( )
Gets the value of currency.
Gets the value of currency.
Returns
String String
|
public
Syspay_Merchant_BillingAgreementRequest
|
#
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_BillingAgreementRequest
|
#
setDescription( string $description )
Sets the value of description.
Sets the value of description.
Parameters
- $description
- the description
Returns
|