C# Class PaymillWrapper.Models.Refund.Filter

Inheritance: BaseFilter
Show file Open project: paymill/paymill-net

Public Methods

Method Description
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

Private Methods

Method Description
Filter ( ) : Newtonsoft.Json

Method Details

ByAmount() public method

public ByAmount ( int amount ) : Refund.Filter
amount int
return Refund.Filter

ByAmountGreaterThan() public method

public ByAmountGreaterThan ( int amount ) : Refund.Filter
amount int
return Refund.Filter

ByAmountLessThan() public method

public ByAmountLessThan ( int amount ) : Refund.Filter
amount int
return Refund.Filter

ByClientId() public method

public ByClientId ( String clientId ) : Refund.Filter
clientId String
return Refund.Filter

ByTransactionId() public method

public ByTransactionId ( String transactionId ) : Refund.Filter
transactionId String
return Refund.Filter