Files
kami_frontend/src/api/generated/models/kami-api-card-info-apple-v1-recharge-order-modify-actual-amount-req.ts
2025-04-27 14:11:08 +08:00

40 lines
938 B
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 KamiApiCardInfoAppleV1RechargeOrderModifyActualAmountReq
*/
export interface KamiApiCardInfoAppleV1RechargeOrderModifyActualAmountReq {
/**
* 订单ID
* @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeOrderModifyActualAmountReq
*/
orderNo: string;
/**
* 金额
* @type {number}
* @memberof KamiApiCardInfoAppleV1RechargeOrderModifyActualAmountReq
*/
actualAmount: number;
/**
* TOTP
* @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeOrderModifyActualAmountReq
*/
totpCode?: string;
}