58 lines
1.2 KiB
TypeScript
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;
|
|
}
|