PHP 클래스 Iyzipay\Request\CreateCheckoutFormInitializeRequest

상속: extends Iyzipay\Request
파일 보기 프로젝트 열기: iyzico/iyzipay-php

공개 메소드들

메소드 설명
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 ( )

메소드 상세

getBasketId() 공개 메소드

public getBasketId ( )

getBasketItems() 공개 메소드

public getBasketItems ( )

getBillingAddress() 공개 메소드

public getBillingAddress ( )

getBuyer() 공개 메소드

public getBuyer ( )

getCallbackUrl() 공개 메소드

public getCallbackUrl ( )

getCardUserKey() 공개 메소드

public getCardUserKey ( )

getCurrency() 공개 메소드

public getCurrency ( )

getEnabledInstallments() 공개 메소드

getForceThreeDS() 공개 메소드

public getForceThreeDS ( )

getJsonObject() 공개 메소드

public getJsonObject ( )

getPaidPrice() 공개 메소드

public getPaidPrice ( )

getPaymentGroup() 공개 메소드

public getPaymentGroup ( )

getPaymentSource() 공개 메소드

public getPaymentSource ( )

getPosOrderId() 공개 메소드

public getPosOrderId ( )

getPrice() 공개 메소드

public getPrice ( )

getShippingAddress() 공개 메소드

public getShippingAddress ( )

setBasketId() 공개 메소드

public setBasketId ( $basketId )

setBasketItems() 공개 메소드

public setBasketItems ( $basketItems )

setBillingAddress() 공개 메소드

public setBillingAddress ( $billingAddress )

setBuyer() 공개 메소드

public setBuyer ( $buyer )

setCallbackUrl() 공개 메소드

public setCallbackUrl ( $callbackUrl )

setCardUserKey() 공개 메소드

public setCardUserKey ( $cardUserKey )

setCurrency() 공개 메소드

public setCurrency ( $currency )

setEnabledInstallments() 공개 메소드

public setEnabledInstallments ( $enabledInstallments )

setForceThreeDS() 공개 메소드

public setForceThreeDS ( $forceThreeDS )

setPaidPrice() 공개 메소드

public setPaidPrice ( $paidPrice )

setPaymentGroup() 공개 메소드

public setPaymentGroup ( $paymentGroup )

setPaymentSource() 공개 메소드

public setPaymentSource ( $paymentSource )

setPosOrderId() 공개 메소드

public setPosOrderId ( $posOrderId )

setPrice() 공개 메소드

public setPrice ( $price )

setShippingAddress() 공개 메소드

public setShippingAddress ( $shippingAddress )

toPKIRequestString() 공개 메소드

public toPKIRequestString ( )