PHP Class Iyzipay\Request\CreatePaymentRequest

Inheritance: extends Iyzipay\Request
Show file Open project: iyzico/iyzipay-php

Public Methods

Method Description
__construct ( )
getBasketId ( )
getBasketItems ( )
getBillingAddress ( )
getBuyer ( )
getCallbackUrl ( )
getConnectorName ( )
getCurrency ( )
getInstallment ( )
getJsonObject ( )
getPaidPrice ( )
getPaymentCard ( )
getPaymentChannel ( )
getPaymentGroup ( )
getPaymentSource ( )
getPosOrderId ( )
getPrice ( )
getShippingAddress ( )
setBasketId ( $basketId )
setBasketItems ( $basketItems )
setBillingAddress ( $billingAddress )
setBuyer ( $buyer )
setCallbackUrl ( $callbackUrl )
setConnectorName ( $connectorName )
setCurrency ( $currency )
setInstallment ( $installment )
setPaidPrice ( $paidPrice )
setPaymentCard ( $paymentCard )
setPaymentChannel ( $paymentChannel )
setPaymentGroup ( $paymentGroup )
setPaymentSource ( $paymentSource )
setPosOrderId ( $posOrderId )
setPrice ( $price )
setShippingAddress ( $shippingAddress )
toPKIRequestString ( )

Method Details

__construct() public method

public __construct ( )

getBasketId() public method

public getBasketId ( )

getBasketItems() public method

public getBasketItems ( )

getBillingAddress() public method

public getBillingAddress ( )

getBuyer() public method

public getBuyer ( )

getCallbackUrl() public method

public getCallbackUrl ( )

getConnectorName() public method

public getConnectorName ( )

getCurrency() public method

public getCurrency ( )

getInstallment() public method

public getInstallment ( )

getJsonObject() public method

public getJsonObject ( )

getPaidPrice() public method

public getPaidPrice ( )

getPaymentCard() public method

public getPaymentCard ( )

getPaymentChannel() public method

public getPaymentChannel ( )

getPaymentGroup() public method

public getPaymentGroup ( )

getPaymentSource() public method

public getPaymentSource ( )

getPosOrderId() public method

public getPosOrderId ( )

getPrice() public method

public getPrice ( )

getShippingAddress() public method

public getShippingAddress ( )

setBasketId() public method

public setBasketId ( $basketId )

setBasketItems() public method

public setBasketItems ( $basketItems )

setBillingAddress() public method

public setBillingAddress ( $billingAddress )

setBuyer() public method

public setBuyer ( $buyer )

setCallbackUrl() public method

public setCallbackUrl ( $callbackUrl )

setConnectorName() public method

public setConnectorName ( $connectorName )

setCurrency() public method

public setCurrency ( $currency )

setInstallment() public method

public setInstallment ( $installment )

setPaidPrice() public method

public setPaidPrice ( $paidPrice )

setPaymentCard() public method

public setPaymentCard ( $paymentCard )

setPaymentChannel() public method

public setPaymentChannel ( $paymentChannel )

setPaymentGroup() public method

public setPaymentGroup ( $paymentGroup )

setPaymentSource() public method

public setPaymentSource ( $paymentSource )

setPosOrderId() public method

public setPosOrderId ( $posOrderId )

setPrice() public method

public setPrice ( $price )

setShippingAddress() public method

public setShippingAddress ( $shippingAddress )

toPKIRequestString() public method

public toPKIRequestString ( )