Uses of Class
com.tencentcloudapi.ic.v20190307.models.RenewCardsRequest
-
Packages that use RenewCardsRequest Package Description com.tencentcloudapi.ic.v20190307 com.tencentcloudapi.ic.v20190307.models -
-
Uses of RenewCardsRequest in com.tencentcloudapi.ic.v20190307
Methods in com.tencentcloudapi.ic.v20190307 with parameters of type RenewCardsRequest Modifier and Type Method Description RenewCardsResponseIcClient. RenewCards(RenewCardsRequest req)批量为卡片续费,此接口建议调用至少间隔10s,如果出现返回deal lock failed相关的错误,请过10s再重试。 续费的必要条件: 1、单次续费的卡片不可以超过 100张。 2、接口只支持在控制台购买的卡片进行续费 3、销户和未激活的卡片不支持续费。 4、每张物联网卡,续费总周期不能超过24个月 -
Uses of RenewCardsRequest in com.tencentcloudapi.ic.v20190307.models
Constructors in com.tencentcloudapi.ic.v20190307.models with parameters of type RenewCardsRequest Constructor Description RenewCardsRequest(RenewCardsRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-