PHP Class Iyzipay\Request\CreatePeccoInitializeRequest

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

Public Methods

Method Description
getBasketId ( )
getBasketItems ( )
getBillingAddress ( )
getBuyer ( )
getCallbackUrl ( )
getCurrency ( )
getJsonObject ( )
getPaidPrice ( )
getPaymentGroup ( )
getPaymentSource ( )
getPrice ( )
getShippingAddress ( )
setBasketId ( $basketId )
setBasketItems ( $basketItems )
setBillingAddress ( $billingAddress )
setBuyer ( $buyer )
setCallbackUrl ( $callbackUrl )
setCurrency ( $currency )
setPaidPrice ( $paidPrice )
setPaymentGroup ( $paymentGroup )
setPaymentSource ( $paymentSource )
setPrice ( $price )
setShippingAddress ( $shippingAddress )
toPKIRequestString ( )

Method Details

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 ( )

getCurrency() public method

public getCurrency ( )

getJsonObject() public method

public getJsonObject ( )

getPaidPrice() public method

public getPaidPrice ( )

getPaymentGroup() public method

public getPaymentGroup ( )

getPaymentSource() public method

public getPaymentSource ( )

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 )

setCurrency() public method

public setCurrency ( $currency )

setPaidPrice() public method

public setPaidPrice ( $paidPrice )

setPaymentGroup() public method

public setPaymentGroup ( $paymentGroup )

setPaymentSource() public method

public setPaymentSource ( $paymentSource )

setPrice() public method

public setPrice ( $price )

setShippingAddress() public method

public setShippingAddress ( $shippingAddress )

toPKIRequestString() public method

public toPKIRequestString ( )