/* tslint:disable */ /* eslint-disable */ /** * TwitchGameApi * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) * * OpenAPI spec version: 1.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 ShopPayFastNotificationBody */ export interface ShopPayFastNotificationBody { /** * * @type {string} * @memberof ShopPayFastNotificationBody */ mPaymentId?: string | null; /** * * @type {number} * @memberof ShopPayFastNotificationBody */ pfPaymentId?: number; /** * * @type {string} * @memberof ShopPayFastNotificationBody */ paymentStatus?: string | null; /** * * @type {string} * @memberof ShopPayFastNotificationBody */ itemName?: string | null; /** * * @type {string} * @memberof ShopPayFastNotificationBody */ itemDescription?: string | null; /** * * @type {string} * @memberof ShopPayFastNotificationBody */ amountGross?: string | null; /** * * @type {string} * @memberof ShopPayFastNotificationBody */ amountFee?: string | null; /** * * @type {string} * @memberof ShopPayFastNotificationBody */ amountNet?: string | null; /** * * @type {string} * @memberof ShopPayFastNotificationBody */ customStr1?: string | null; /** * * @type {string} * @memberof ShopPayFastNotificationBody */ customStr2?: string | null; /** * * @type {string} * @memberof ShopPayFastNotificationBody */ customStr3?: string | null; /** * * @type {string} * @memberof ShopPayFastNotificationBody */ customStr4?: string | null; /** * * @type {string} * @memberof ShopPayFastNotificationBody */ customStr5?: string | null; /** * * @type {number} * @memberof ShopPayFastNotificationBody */ customInt1?: number | null; /** * * @type {number} * @memberof ShopPayFastNotificationBody */ customInt2?: number | null; /** * * @type {number} * @memberof ShopPayFastNotificationBody */ customInt3?: number | null; /** * * @type {number} * @memberof ShopPayFastNotificationBody */ customInt4?: number | null; /** * * @type {number} * @memberof ShopPayFastNotificationBody */ customInt5?: number | null; /** * * @type {string} * @memberof ShopPayFastNotificationBody */ nameFirst?: string | null; /** * * @type {string} * @memberof ShopPayFastNotificationBody */ nameLast?: string | null; /** * * @type {string} * @memberof ShopPayFastNotificationBody */ emailAddress?: string | null; /** * * @type {number} * @memberof ShopPayFastNotificationBody */ merchantId?: number; /** * * @type {string} * @memberof ShopPayFastNotificationBody */ signature?: string | null; /** * * @type {string} * @memberof ShopPayFastNotificationBody */ token?: string | null; /** * * @type {string} * @memberof ShopPayFastNotificationBody */ billingDate?: string | null; }