All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tencentcloudapi.cpdp.v20190820.models.RevResigterBillSupportWithdrawRequest Maven / Gradle / Ivy

/*
 * Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *    http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
package com.tencentcloudapi.cpdp.v20190820.models;

import com.tencentcloudapi.common.AbstractModel;
import com.google.gson.annotations.SerializedName;
import com.google.gson.annotations.Expose;
import java.util.HashMap;

public class RevResigterBillSupportWithdrawRequest extends AbstractModel{

    /**
    * String(22),商户号(签约客户号)
    */
    @SerializedName("MrchCode")
    @Expose
    private String MrchCode;

    /**
    * STRING(32),交易网会员代码
    */
    @SerializedName("TranNetMemberCode")
    @Expose
    private String TranNetMemberCode;

    /**
    * STRING(30),原订单号(RegisterBillSupportWithdraw接口中的订单号)
    */
    @SerializedName("OldOrderNo")
    @Expose
    private String OldOrderNo;

    /**
    * STRING(20),撤销金额(支持部分撤销,不能大于原订单可用金额,包含交易费用)
    */
    @SerializedName("CancelAmt")
    @Expose
    private String CancelAmt;

    /**
    * STRING(20),交易费用(暂未使用,默认传0.0)
    */
    @SerializedName("TranFee")
    @Expose
    private String TranFee;

    /**
    * STRING(300),备注
    */
    @SerializedName("Remark")
    @Expose
    private String Remark;

    /**
    * STRING(300),保留域1
    */
    @SerializedName("ReservedMsgOne")
    @Expose
    private String ReservedMsgOne;

    /**
    * STRING(300),保留域2
    */
    @SerializedName("ReservedMsgTwo")
    @Expose
    private String ReservedMsgTwo;

    /**
    * STRING(300),保留域3
    */
    @SerializedName("ReservedMsgThree")
    @Expose
    private String ReservedMsgThree;

    /**
    * STRING(12),接入环境,默认接入沙箱环境。接入正式环境填"prod"
    */
    @SerializedName("Profile")
    @Expose
    private String Profile;

    /**
     * Get String(22),商户号(签约客户号) 
     * @return MrchCode String(22),商户号(签约客户号)
     */
    public String getMrchCode() {
        return this.MrchCode;
    }

    /**
     * Set String(22),商户号(签约客户号)
     * @param MrchCode String(22),商户号(签约客户号)
     */
    public void setMrchCode(String MrchCode) {
        this.MrchCode = MrchCode;
    }

    /**
     * Get STRING(32),交易网会员代码 
     * @return TranNetMemberCode STRING(32),交易网会员代码
     */
    public String getTranNetMemberCode() {
        return this.TranNetMemberCode;
    }

    /**
     * Set STRING(32),交易网会员代码
     * @param TranNetMemberCode STRING(32),交易网会员代码
     */
    public void setTranNetMemberCode(String TranNetMemberCode) {
        this.TranNetMemberCode = TranNetMemberCode;
    }

    /**
     * Get STRING(30),原订单号(RegisterBillSupportWithdraw接口中的订单号) 
     * @return OldOrderNo STRING(30),原订单号(RegisterBillSupportWithdraw接口中的订单号)
     */
    public String getOldOrderNo() {
        return this.OldOrderNo;
    }

    /**
     * Set STRING(30),原订单号(RegisterBillSupportWithdraw接口中的订单号)
     * @param OldOrderNo STRING(30),原订单号(RegisterBillSupportWithdraw接口中的订单号)
     */
    public void setOldOrderNo(String OldOrderNo) {
        this.OldOrderNo = OldOrderNo;
    }

    /**
     * Get STRING(20),撤销金额(支持部分撤销,不能大于原订单可用金额,包含交易费用) 
     * @return CancelAmt STRING(20),撤销金额(支持部分撤销,不能大于原订单可用金额,包含交易费用)
     */
    public String getCancelAmt() {
        return this.CancelAmt;
    }

    /**
     * Set STRING(20),撤销金额(支持部分撤销,不能大于原订单可用金额,包含交易费用)
     * @param CancelAmt STRING(20),撤销金额(支持部分撤销,不能大于原订单可用金额,包含交易费用)
     */
    public void setCancelAmt(String CancelAmt) {
        this.CancelAmt = CancelAmt;
    }

    /**
     * Get STRING(20),交易费用(暂未使用,默认传0.0) 
     * @return TranFee STRING(20),交易费用(暂未使用,默认传0.0)
     */
    public String getTranFee() {
        return this.TranFee;
    }

    /**
     * Set STRING(20),交易费用(暂未使用,默认传0.0)
     * @param TranFee STRING(20),交易费用(暂未使用,默认传0.0)
     */
    public void setTranFee(String TranFee) {
        this.TranFee = TranFee;
    }

    /**
     * Get STRING(300),备注 
     * @return Remark STRING(300),备注
     */
    public String getRemark() {
        return this.Remark;
    }

    /**
     * Set STRING(300),备注
     * @param Remark STRING(300),备注
     */
    public void setRemark(String Remark) {
        this.Remark = Remark;
    }

    /**
     * Get STRING(300),保留域1 
     * @return ReservedMsgOne STRING(300),保留域1
     */
    public String getReservedMsgOne() {
        return this.ReservedMsgOne;
    }

    /**
     * Set STRING(300),保留域1
     * @param ReservedMsgOne STRING(300),保留域1
     */
    public void setReservedMsgOne(String ReservedMsgOne) {
        this.ReservedMsgOne = ReservedMsgOne;
    }

    /**
     * Get STRING(300),保留域2 
     * @return ReservedMsgTwo STRING(300),保留域2
     */
    public String getReservedMsgTwo() {
        return this.ReservedMsgTwo;
    }

    /**
     * Set STRING(300),保留域2
     * @param ReservedMsgTwo STRING(300),保留域2
     */
    public void setReservedMsgTwo(String ReservedMsgTwo) {
        this.ReservedMsgTwo = ReservedMsgTwo;
    }

    /**
     * Get STRING(300),保留域3 
     * @return ReservedMsgThree STRING(300),保留域3
     */
    public String getReservedMsgThree() {
        return this.ReservedMsgThree;
    }

    /**
     * Set STRING(300),保留域3
     * @param ReservedMsgThree STRING(300),保留域3
     */
    public void setReservedMsgThree(String ReservedMsgThree) {
        this.ReservedMsgThree = ReservedMsgThree;
    }

    /**
     * Get STRING(12),接入环境,默认接入沙箱环境。接入正式环境填"prod" 
     * @return Profile STRING(12),接入环境,默认接入沙箱环境。接入正式环境填"prod"
     */
    public String getProfile() {
        return this.Profile;
    }

    /**
     * Set STRING(12),接入环境,默认接入沙箱环境。接入正式环境填"prod"
     * @param Profile STRING(12),接入环境,默认接入沙箱环境。接入正式环境填"prod"
     */
    public void setProfile(String Profile) {
        this.Profile = Profile;
    }

    public RevResigterBillSupportWithdrawRequest() {
    }

    /**
     * NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
     *       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
     */
    public RevResigterBillSupportWithdrawRequest(RevResigterBillSupportWithdrawRequest source) {
        if (source.MrchCode != null) {
            this.MrchCode = new String(source.MrchCode);
        }
        if (source.TranNetMemberCode != null) {
            this.TranNetMemberCode = new String(source.TranNetMemberCode);
        }
        if (source.OldOrderNo != null) {
            this.OldOrderNo = new String(source.OldOrderNo);
        }
        if (source.CancelAmt != null) {
            this.CancelAmt = new String(source.CancelAmt);
        }
        if (source.TranFee != null) {
            this.TranFee = new String(source.TranFee);
        }
        if (source.Remark != null) {
            this.Remark = new String(source.Remark);
        }
        if (source.ReservedMsgOne != null) {
            this.ReservedMsgOne = new String(source.ReservedMsgOne);
        }
        if (source.ReservedMsgTwo != null) {
            this.ReservedMsgTwo = new String(source.ReservedMsgTwo);
        }
        if (source.ReservedMsgThree != null) {
            this.ReservedMsgThree = new String(source.ReservedMsgThree);
        }
        if (source.Profile != null) {
            this.Profile = new String(source.Profile);
        }
    }


    /**
     * Internal implementation, normal users should not use it.
     */
    public void toMap(HashMap map, String prefix) {
        this.setParamSimple(map, prefix + "MrchCode", this.MrchCode);
        this.setParamSimple(map, prefix + "TranNetMemberCode", this.TranNetMemberCode);
        this.setParamSimple(map, prefix + "OldOrderNo", this.OldOrderNo);
        this.setParamSimple(map, prefix + "CancelAmt", this.CancelAmt);
        this.setParamSimple(map, prefix + "TranFee", this.TranFee);
        this.setParamSimple(map, prefix + "Remark", this.Remark);
        this.setParamSimple(map, prefix + "ReservedMsgOne", this.ReservedMsgOne);
        this.setParamSimple(map, prefix + "ReservedMsgTwo", this.ReservedMsgTwo);
        this.setParamSimple(map, prefix + "ReservedMsgThree", this.ReservedMsgThree);
        this.setParamSimple(map, prefix + "Profile", this.Profile);

    }
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy