PHP 클래스 Iyzipay\Request\CreatePaymentRequest

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

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

public __construct ( )

getBasketId() 공개 메소드

public getBasketId ( )

getBasketItems() 공개 메소드

public getBasketItems ( )

getBillingAddress() 공개 메소드

public getBillingAddress ( )

getBuyer() 공개 메소드

public getBuyer ( )

getCallbackUrl() 공개 메소드

public getCallbackUrl ( )

getConnectorName() 공개 메소드

public getConnectorName ( )

getCurrency() 공개 메소드

public getCurrency ( )

getInstallment() 공개 메소드

public getInstallment ( )

getJsonObject() 공개 메소드

public getJsonObject ( )

getPaidPrice() 공개 메소드

public getPaidPrice ( )

getPaymentCard() 공개 메소드

public getPaymentCard ( )

getPaymentChannel() 공개 메소드

public getPaymentChannel ( )

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 )

setConnectorName() 공개 메소드

public setConnectorName ( $connectorName )

setCurrency() 공개 메소드

public setCurrency ( $currency )

setInstallment() 공개 메소드

public setInstallment ( $installment )

setPaidPrice() 공개 메소드

public setPaidPrice ( $paidPrice )

setPaymentCard() 공개 메소드

public setPaymentCard ( $paymentCard )

setPaymentChannel() 공개 메소드

public setPaymentChannel ( $paymentChannel )

setPaymentGroup() 공개 메소드

public setPaymentGroup ( $paymentGroup )

setPaymentSource() 공개 메소드

public setPaymentSource ( $paymentSource )

setPosOrderId() 공개 메소드

public setPosOrderId ( $posOrderId )

setPrice() 공개 메소드

public setPrice ( $price )

setShippingAddress() 공개 메소드

public setShippingAddress ( $shippingAddress )

toPKIRequestString() 공개 메소드

public toPKIRequestString ( )