PHP 클래스 Iyzipay\Request\CreateBkmInitializeRequest

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

공개 메소드들

메소드 설명
getBasketId ( )
getBasketItems ( )
getBillingAddress ( )
getBuyer ( )
getCallbackUrl ( )
getJsonObject ( )
getPaymentGroup ( )
getPaymentSource ( )
getPrice ( )
getShippingAddress ( )
setBasketId ( $basketId )
setBasketItems ( $basketItems )
setBillingAddress ( $billingAddress )
setBuyer ( $buyer )
setCallbackUrl ( $callbackUrl )
setPaymentGroup ( $paymentGroup )
setPaymentSource ( $paymentSource )
setPrice ( $price )
setShippingAddress ( $shippingAddress )
toPKIRequestString ( )

메소드 상세

getBasketId() 공개 메소드

public getBasketId ( )

getBasketItems() 공개 메소드

public getBasketItems ( )

getBillingAddress() 공개 메소드

public getBillingAddress ( )

getBuyer() 공개 메소드

public getBuyer ( )

getCallbackUrl() 공개 메소드

public getCallbackUrl ( )

getJsonObject() 공개 메소드

public getJsonObject ( )

getPaymentGroup() 공개 메소드

public getPaymentGroup ( )

getPaymentSource() 공개 메소드

public getPaymentSource ( )

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 )

setPaymentGroup() 공개 메소드

public setPaymentGroup ( $paymentGroup )

setPaymentSource() 공개 메소드

public setPaymentSource ( $paymentSource )

setPrice() 공개 메소드

public setPrice ( $price )

setShippingAddress() 공개 메소드

public setShippingAddress ( $shippingAddress )

toPKIRequestString() 공개 메소드

public toPKIRequestString ( )