Files
kami_frontend/src/api/generated/models/kami-api-card-info-apple-v1-card-info-create-req.ts
2025-04-27 16:29:44 +08:00

52 lines
1.1 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 KamiApiCardInfoAppleV1CardInfoCreateReq
*/
export interface KamiApiCardInfoAppleV1CardInfoCreateReq {
/**
* 账户
* @type {string}
* @memberof KamiApiCardInfoAppleV1CardInfoCreateReq
*/
account: string;
/**
* 密码
* @type {string}
* @memberof KamiApiCardInfoAppleV1CardInfoCreateReq
*/
password: string;
/**
* 最大充值金额
* @type {number}
* @memberof KamiApiCardInfoAppleV1CardInfoCreateReq
*/
maxAmountLimit: number;
/**
* 最大充值次数
* @type {number}
* @memberof KamiApiCardInfoAppleV1CardInfoCreateReq
*/
maxCountLimit: number;
/**
* 备注
* @type {string}
* @memberof KamiApiCardInfoAppleV1CardInfoCreateReq
*/
remark?: string;
}