-
- All Implemented Interfaces:
-
com.meniga.sdk.models.offers.reimbursementaccounts.operators.MenigaReimbursementAccountOperations
public class MenigaReimbursementAccountOperationsImp implements MenigaReimbursementAccountOperations
Copyright 2017 Meniga Iceland Inc.
-
-
Method Summary
Modifier and Type Method Description Result<MenigaReimbursementAccount>
createOfferAccount(String name, String accountType, MenigaOfferAccountInfo accountInfo)
Result<MenigaReimbursementAccountPage>
getReimbursementAccounts(Boolean includeInactive)
Result<MenigaReimbursementAccountTypePage>
getReimbursementAccountTypes(Integer skip, Integer take)
Result<MenigaReimbursementAccount>
getReimbursementAccountById(int id)
-
-
Method Detail
-
createOfferAccount
Result<MenigaReimbursementAccount> createOfferAccount(String name, String accountType, MenigaOfferAccountInfo accountInfo)
-
getReimbursementAccounts
Result<MenigaReimbursementAccountPage> getReimbursementAccounts(Boolean includeInactive)
-
getReimbursementAccountTypes
Result<MenigaReimbursementAccountTypePage> getReimbursementAccountTypes(Integer skip, Integer take)
-
getReimbursementAccountById
Result<MenigaReimbursementAccount> getReimbursementAccountById(int id)
-
-
-
-