Files
kami_frontend/src/api/generated/models/kami-api-card-info-apple-v1-recharge-handler-res.ts
danial 09f0cf60f6 style(api): 更新 API 生成代码
- 将 tslint 替换为 eslint
- 更新文件头部注释
- 添加空行以提高代码可读性
2025-02-12 00:05:32 +08:00

58 lines
1.2 KiB
TypeScript

/* tslint:disable */
/**
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document:
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
*
* @export
* @interface KamiApiCardInfoAppleV1RechargeHandlerRes
*/
export interface KamiApiCardInfoAppleV1RechargeHandlerRes {
/**
* 订单ID
* @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeHandlerRes
*/
orderNo?: string;
/**
* 卡号
* @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeHandlerRes
*/
cardNo?: string;
/**
* 卡密
* @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeHandlerRes
*/
cardPass?: string;
/**
* 账户
* @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeHandlerRes
*/
account?: string;
/**
* 密码
* @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeHandlerRes
*/
password?: string;
/**
* 账户ID
* @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeHandlerRes
*/
accountId?: string;
}