PHP 클래스 Iyzipay\Model\PayoutCompletedTransaction

파일 보기 프로젝트 열기: iyzico/iyzipay-php 1 사용 예제들

공개 메소드들

메소드 설명
getCurrency ( )
getPaymentTransactionId ( )
getPayoutAmount ( )
getPayoutType ( )
getSubMerchantKey ( )
setCurrency ( $currency )
setPaymentTransactionId ( $paymentTransactionId )
setPayoutAmount ( $payoutAmount )
setPayoutType ( $payoutType )
setSubMerchantKey ( $subMerchantKey )

메소드 상세

getCurrency() 공개 메소드

public getCurrency ( )

getPaymentTransactionId() 공개 메소드

getPayoutAmount() 공개 메소드

public getPayoutAmount ( )

getPayoutType() 공개 메소드

public getPayoutType ( )

getSubMerchantKey() 공개 메소드

public getSubMerchantKey ( )

setCurrency() 공개 메소드

public setCurrency ( $currency )

setPaymentTransactionId() 공개 메소드

public setPaymentTransactionId ( $paymentTransactionId )

setPayoutAmount() 공개 메소드

public setPayoutAmount ( $payoutAmount )

setPayoutType() 공개 메소드

public setPayoutType ( $payoutType )

setSubMerchantKey() 공개 메소드

public setSubMerchantKey ( $subMerchantKey )