PHP Class Iyzipay\Model\InstallmentDetail

Show file Open project: iyzico/iyzipay-php Class Usage Examples

Public Methods

Method Description
getBankCode ( )
getBankName ( )
getBinNumber ( )
getCardAssociation ( )
getCardFamilyName ( )
getCardType ( )
getForce3ds ( )
getForceCvc ( )
getInstallmentPrices ( )
getPrice ( )
setBankCode ( $bankCode )
setBankName ( $bankName )
setBinNumber ( $binNumber )
setCardAssociation ( $cardAssociation )
setCardFamilyName ( $cardFamilyName )
setCardType ( $cardType )
setForce3ds ( $force3ds )
setForceCvc ( $forceCvc )
setInstallmentPrices ( $installmentPrices )
setPrice ( $price )

Method Details

getBankCode() public method

public getBankCode ( )

getBankName() public method

public getBankName ( )

getBinNumber() public method

public getBinNumber ( )

getCardAssociation() public method

public getCardAssociation ( )

getCardFamilyName() public method

public getCardFamilyName ( )

getCardType() public method

public getCardType ( )

getForce3ds() public method

public getForce3ds ( )

getForceCvc() public method

public getForceCvc ( )

getInstallmentPrices() public method

getPrice() public method

public getPrice ( )

setBankCode() public method

public setBankCode ( $bankCode )

setBankName() public method

public setBankName ( $bankName )

setBinNumber() public method

public setBinNumber ( $binNumber )

setCardAssociation() public method

public setCardAssociation ( $cardAssociation )

setCardFamilyName() public method

public setCardFamilyName ( $cardFamilyName )

setCardType() public method

public setCardType ( $cardType )

setForce3ds() public method

public setForce3ds ( $force3ds )

setForceCvc() public method

public setForceCvc ( $forceCvc )

setInstallmentPrices() public method

public setInstallmentPrices ( $installmentPrices )

setPrice() public method

public setPrice ( $price )