public interface CardInfoApi
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<List<CardInfoResponse>> |
cardInfo(CardInfoRequest cardInfoRequest)
Get card information
|
@Headers(value="Content-Type:application/json") @POST(value="api/card_info") retrofit2.Call<List<CardInfoResponse>> cardInfo(@Body CardInfoRequest cardInfoRequest)
cardInfoRequest - cardInfoRequest (required)Copyright © 2023. All rights reserved.