public interface OverdueApi extends KillbillApi
Modifier and Type | Method and Description |
---|---|
OverdueConfig |
getOverdueConfig(TenantContext context) |
OverdueState |
getOverdueStateFor(java.util.UUID accountId,
TenantContext context) |
void |
uploadOverdueConfig(OverdueConfig overdueConfig,
CallContext callContext) |
void |
uploadOverdueConfig(java.lang.String overdueXML,
CallContext context) |
OverdueConfig getOverdueConfig(TenantContext context) throws OverdueApiException
context
- the tenant information.OverdueApiException
void uploadOverdueConfig(java.lang.String overdueXML, CallContext context) throws OverdueApiException
context
- the contextOverdueApiException
OverdueState getOverdueStateFor(java.util.UUID accountId, TenantContext context) throws OverdueApiException
accountId
- the account Idcontext
- the contextOverdueApiException
void uploadOverdueConfig(OverdueConfig overdueConfig, CallContext callContext) throws OverdueApiException
overdueConfig
- new overdue configcallContext
- the contextOverdueApiException
Copyright © 2010-2018. All Rights Reserved.