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.OverdueApiExceptionvoid uploadOverdueConfig(java.lang.String overdueXML,
CallContext context)
throws OverdueApiException
context - the contextOverdueApiExceptionOverdueState getOverdueStateFor(java.util.UUID accountId, TenantContext context) throws OverdueApiException
accountId - the account Idcontext - the contextOverdueApiExceptionvoid uploadOverdueConfig(OverdueConfig overdueConfig, CallContext callContext) throws OverdueApiException
overdueConfig - new overdue configcallContext - the contextOverdueApiExceptionCopyright © 2010-2019. All Rights Reserved.