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

org.yes.tools.pay.module.result.BTOCResult Maven / Gradle / Ivy

There is a newer version: 2.0.4
Show newest version
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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy