PHP Class Iyzipay\Request\CreateCheckoutFormInitializeRequest

Inheritance: extends Iyzipay\Request
Afficher le fichier Open project: iyzico/iyzipay-php

Méthodes publiques

Méthode Description
getBasketId ( )
getBasketItems ( )
getBillingAddress ( )
getBuyer ( )
getCallbackUrl ( )
getCardUserKey ( )
getCurrency ( )
getEnabledInstallments ( )
getForceThreeDS ( )
getJsonObject ( )
getPaidPrice ( )
getPaymentGroup ( )
getPaymentSource ( )
getPosOrderId ( )
getPrice ( )
getShippingAddress ( )
setBasketId ( $basketId )
setBasketItems ( $basketItems )
setBillingAddress ( $billingAddress )
setBuyer ( $buyer )
setCallbackUrl ( $callbackUrl )
setCardUserKey ( $cardUserKey )
setCurrency ( $currency )
setEnabledInstallments ( $enabledInstallments )
setForceThreeDS ( $forceThreeDS )
setPaidPrice ( $paidPrice )
setPaymentGroup ( $paymentGroup )
setPaymentSource ( $paymentSource )
setPosOrderId ( $posOrderId )
setPrice ( $price )
setShippingAddress ( $shippingAddress )
toPKIRequestString ( )

Method Details

getBasketId() public méthode

public getBasketId ( )

getBasketItems() public méthode

public getBasketItems ( )

getBillingAddress() public méthode

public getBillingAddress ( )

getBuyer() public méthode

public getBuyer ( )

getCallbackUrl() public méthode

public getCallbackUrl ( )

getCardUserKey() public méthode

public getCardUserKey ( )

getCurrency() public méthode

public getCurrency ( )

getEnabledInstallments() public méthode

getForceThreeDS() public méthode

public getForceThreeDS ( )

getJsonObject() public méthode

public getJsonObject ( )

getPaidPrice() public méthode

public getPaidPrice ( )

getPaymentGroup() public méthode

public getPaymentGroup ( )

getPaymentSource() public méthode

public getPaymentSource ( )

getPosOrderId() public méthode

public getPosOrderId ( )

getPrice() public méthode

public getPrice ( )

getShippingAddress() public méthode

public getShippingAddress ( )

setBasketId() public méthode

public setBasketId ( $basketId )

setBasketItems() public méthode

public setBasketItems ( $basketItems )

setBillingAddress() public méthode

public setBillingAddress ( $billingAddress )

setBuyer() public méthode

public setBuyer ( $buyer )

setCallbackUrl() public méthode

public setCallbackUrl ( $callbackUrl )

setCardUserKey() public méthode

public setCardUserKey ( $cardUserKey )

setCurrency() public méthode

public setCurrency ( $currency )

setEnabledInstallments() public méthode

public setEnabledInstallments ( $enabledInstallments )

setForceThreeDS() public méthode

public setForceThreeDS ( $forceThreeDS )

setPaidPrice() public méthode

public setPaidPrice ( $paidPrice )

setPaymentGroup() public méthode

public setPaymentGroup ( $paymentGroup )

setPaymentSource() public méthode

public setPaymentSource ( $paymentSource )

setPosOrderId() public méthode

public setPosOrderId ( $posOrderId )

setPrice() public méthode

public setPrice ( $price )

setShippingAddress() public méthode

public setShippingAddress ( $shippingAddress )

toPKIRequestString() public méthode

public toPKIRequestString ( )