C# 클래스 PaymillWrapper.Models.Refund.Filter

상속: BaseFilter
파일 보기 프로젝트 열기: paymill/paymill-net

공개 메소드들

메소드 설명
ByAmount ( int amount ) : Refund.Filter
ByAmountGreaterThan ( int amount ) : Refund.Filter
ByAmountLessThan ( int amount ) : Refund.Filter
ByClientId ( String clientId ) : Refund.Filter
ByTransactionId ( String transactionId ) : Refund.Filter

비공개 메소드들

메소드 설명
Filter ( ) : Newtonsoft.Json

메소드 상세

ByAmount() 공개 메소드

public ByAmount ( int amount ) : Refund.Filter
amount int
리턴 Refund.Filter

ByAmountGreaterThan() 공개 메소드

public ByAmountGreaterThan ( int amount ) : Refund.Filter
amount int
리턴 Refund.Filter

ByAmountLessThan() 공개 메소드

public ByAmountLessThan ( int amount ) : Refund.Filter
amount int
리턴 Refund.Filter

ByClientId() 공개 메소드

public ByClientId ( String clientId ) : Refund.Filter
clientId String
리턴 Refund.Filter

ByTransactionId() 공개 메소드

public ByTransactionId ( String transactionId ) : Refund.Filter
transactionId String
리턴 Refund.Filter