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

com.github.xxscloud5722.wxpay.response.WxTransferOrderResponse Maven / Gradle / Ivy

The newest version!
package com.github.xxscloud5722.wxpay.response;

import com.github.xxscloud5722.wxpay.IWxResponse;
import lombok.Data;

@Data
public class WxTransferOrderResponse implements IWxResponse {
    private String result_code;
    private String err_code_des;
    private String return_msg;
    private String return_code;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy