Method |
Description |
|
__construct ( $code = null, $clientIp = null, $installment = 1, $currency = 'TRY', $loyaltyAmount = null, $paymentMethod = 'CCVISAMC', $date = null, $timeout = null, $recurringPayment = false ) |
|
|
getClientIp ( ) : string |
|
|
getCode ( ) : string |
|
|
getCurrency ( ) : string |
|
|
getDate ( ) : string |
|
|
getInstallment ( ) : integer |
|
|
getLoyaltyAmount ( ) : float |
|
|
getPaymentMethod ( ) : string |
|
|
getTimeout ( ) : integer |
|
|
isRecurringPayment ( ) : boolean |
Gets the value of recurringPayment. |
|
setClientIp ( string $clientIp ) |
|
|
setCode ( string $code ) |
|
|
setCurrency ( string $currency ) |
|
|
setDate ( string $date ) |
|
|
setInstallment ( integer $installment ) |
|
|
setLoyaltyAmount ( float $loyaltyAmount ) |
|
|
setPaymentMethod ( string $paymentMethod ) |
|
|
setRecurringPayment ( boolean $recurringPayment ) : self |
Sets the value of recurringPayment. |
|
setTimeout ( integer $timeout ) |
|
|