UNPKG

whalecloud-dxp-api-react-native

Version:

This section explains how to use the SDK and illustrates it with an example: - This chapter is essential to learn - For specific business development, see [Bussiness Scenario](https://www.digchan.info/en-US/dxp/user-sso/sign-up) - The Business Scenario pr

43 lines (38 loc) 952 B
/* tslint:disable */ /* eslint-disable */ /** * DXP API * 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 PaymentInfoForQuery */ export interface PaymentInfoForQuery { /** * Additional parameters related to the payment. * @type {object} * @memberof PaymentInfoForQuery */ 'paymentParams'?: object; /** * The payment serial number. * @type {string} * @memberof PaymentInfoForQuery */ 'paymentSn'?: string; /** * Either a URL or HTML content returned after the payment process. * @type {string} * @memberof PaymentInfoForQuery */ 'urlOrHtml'?: string; }