-
public interface MenigaReimbursementAccountOperationsCopyright 2017 Meniga Iceland Inc.
-
-
Method Summary
Modifier and Type Method Description abstract Result<MenigaReimbursementAccount>createOfferAccount(String name, String accountType, MenigaOfferAccountInfo accountInfo)abstract Result<MenigaReimbursementAccountPage>getReimbursementAccounts(Boolean includeInactive)abstract Result<MenigaReimbursementAccountTypePage>getReimbursementAccountTypes(Integer skip, Integer take)abstract Result<MenigaReimbursementAccount>getReimbursementAccountById(int id)-
-
Method Detail
-
createOfferAccount
abstract Result<MenigaReimbursementAccount> createOfferAccount(String name, String accountType, MenigaOfferAccountInfo accountInfo)
-
getReimbursementAccounts
abstract Result<MenigaReimbursementAccountPage> getReimbursementAccounts(Boolean includeInactive)
-
getReimbursementAccountTypes
abstract Result<MenigaReimbursementAccountTypePage> getReimbursementAccountTypes(Integer skip, Integer take)
-
getReimbursementAccountById
abstract Result<MenigaReimbursementAccount> getReimbursementAccountById(int id)
-
-
-
-