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

org.yes.tools.pay.module.request.BTOCPayOrderQueryRequest Maven / Gradle / Ivy

There is a newer version: 2.0.4
Show newest version
package org.yes.tools.pay.module.request;

import lombok.Data;
import lombok.experimental.Accessors;

@Data
@Accessors(chain = true)
public class BTOCPayOrderQueryRequest {
    //商户号
    private String merchantCode;
    //终端号
    private String terminalCode;
    //银商订单号
    private String originalOrderId;
    //商户订单号
    private String merchantOrderId;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy