org.yes.tools.pay.module.result.BTOCResult Maven / Gradle / Ivy
package org.yes.tools.pay.module.result;
import lombok.Data;
@Data
public class BTOCResult {
private String errCode;
private String errInfo;
private String transactionTime;
private String transactionDate;
private String settlementDate;
private String transactionDateWithYear;
private String settlementDateWithYear;
private String retrievalRefNum;
private int transactionAmount;
private int actualTransactionAmount;
private int amount;
private String orderId;
private String thirdPartyDiscountInstrution;
private String thirdPartyDiscountInstruction;
private String thirdPartyName;
private String thirdPartyOrderId;
private String thirdPartyPayInformation;
private String cardAttr;
private String mchntName;
private String issInstCode;
private String bankCardNo;
private String systemTraceNum;
}