Package cn.hex01.billing.open.sdk.api.q
Interface QuotaApi
public interface QuotaApi
配额(有效期+额度)
- Author:
- laoji
-
Method Summary
Modifier and TypeMethodDescriptionvoidcharge(QuotaChargingDto dto) 充值voidcheck(QuotaCheckingDto dto) 检查voidconsume(QuotaConsumingDto dto) 消费query(QuotaQueryingDto dto) 查询
-
Method Details
-
charge
充值- Parameters:
dto-- Throws:
BillingBusinessException
-
consume
消费- Parameters:
dto-- Throws:
BillingBusinessException
-
check
检查- Parameters:
dto-- Throws:
BillingBusinessException
-
query
查询- Parameters:
dto-- Returns:
- Throws:
BillingBusinessException
-