34 lines
770 B
TypeScript
34 lines
770 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 KamiApiCardInfoAppleV1RechargeOrderResetStatusReq
|
|
*/
|
|
export interface KamiApiCardInfoAppleV1RechargeOrderResetStatusReq {
|
|
/**
|
|
* 订单ID
|
|
* @type {string}
|
|
* @memberof KamiApiCardInfoAppleV1RechargeOrderResetStatusReq
|
|
*/
|
|
orderNo: string;
|
|
/**
|
|
* 备注
|
|
* @type {string}
|
|
* @memberof KamiApiCardInfoAppleV1RechargeOrderResetStatusReq
|
|
*/
|
|
remark?: string;
|
|
}
|