UNIVPLMDataIntegration/Web/src/api-services/models/alipay-pre-create-input.ts

55 lines
1.3 KiB
TypeScript
Raw Normal View History

2024-12-29 23:53:58 +08:00
/* tslint:disable */
/* eslint-disable */
/**
* Admin.NET
* .NET <br/><u><b><font color='FF0000'> 👮</font></b></u>
*
* OpenAPI spec version: 1.0.0
*
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually.
*/
/**
*
*
* @export
* @interface AlipayPreCreateInput
*/
export interface AlipayPreCreateInput {
/**
*
*
* @type {string}
* @memberof AlipayPreCreateInput
*/
outTradeNo: string;
/**
*
*
* @type {string}
* @memberof AlipayPreCreateInput
*/
totalAmount: string;
/**
*
*
* @type {string}
* @memberof AlipayPreCreateInput
*/
subject: string;
/**
*
*
* @type {string}
* @memberof AlipayPreCreateInput
*/
timeoutExpress?: string | null;
}