C# Class PaymillWrapper.Models.BaseModel.BaseFilter

Show file Open project: paymill/paymill-net

Protected Methods

Method Description
byCreatedAt ( System.DateTime startCreatedAt, System.DateTime endCreatedAt ) : void
byUpdatedAt ( System.DateTime startUpdatedAt, System.DateTime endUpdatedAt ) : void

Method Details

byCreatedAt() protected method

protected byCreatedAt ( System.DateTime startCreatedAt, System.DateTime endCreatedAt ) : void
startCreatedAt System.DateTime
endCreatedAt System.DateTime
return void

byUpdatedAt() protected method

protected byUpdatedAt ( System.DateTime startUpdatedAt, System.DateTime endUpdatedAt ) : void
startUpdatedAt System.DateTime
endUpdatedAt System.DateTime
return void