zsgf-client 1.0.24

zsgf 客户端库。
Documentation
/*
 * 全部  API 文档
 *
 * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
 *
 * The version of the OpenAPI document: v1
 * 
 * Generated by: https://openapi-generator.tech
 */

use crate::models;
use serde::{Deserialize, Serialize};

#[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)]
pub struct BkAgentRespInfo {
    #[serde(rename = "bindclrissrId", default, with = "::serde_with::rust::double_option", skip_serializing_if = "Option::is_none")]
    pub bindclrissr_id: Option<Option<String>>,
    #[serde(rename = "bindpyeracctbkId", default, with = "::serde_with::rust::double_option", skip_serializing_if = "Option::is_none")]
    pub bindpyeracctbk_id: Option<Option<String>>,
    #[serde(rename = "bindtrxId", default, with = "::serde_with::rust::double_option", skip_serializing_if = "Option::is_none")]
    pub bindtrx_id: Option<Option<String>>,
    #[serde(rename = "bkpyeruserCode", default, with = "::serde_with::rust::double_option", skip_serializing_if = "Option::is_none")]
    pub bkpyeruser_code: Option<Option<String>>,
    #[serde(rename = "estterLocation", default, with = "::serde_with::rust::double_option", skip_serializing_if = "Option::is_none")]
    pub estter_location: Option<Option<String>>,
}

impl BkAgentRespInfo {
    pub fn new() -> BkAgentRespInfo {
        BkAgentRespInfo {
            bindclrissr_id: None,
            bindpyeracctbk_id: None,
            bindtrx_id: None,
            bkpyeruser_code: None,
            estter_location: None,
        }
    }
}