cl.transbank.webpay.oneclick.model.OneclickMallTransactionStatusResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of transbank-sdk-java Show documentation
Show all versions of transbank-sdk-java Show documentation
Tranbank API integration SDK for Java Projects
package cl.transbank.webpay.oneclick.model;
import cl.transbank.model.CardDetail;
import lombok.*;
import java.util.List;
@NoArgsConstructor @AllArgsConstructor
@Getter @Setter @ToString
public class OneclickMallTransactionStatusResponse {
private String buyOrder;
private CardDetail cardDetail;
private String accountingDate;
private String transactionDate;
private List details;
@NoArgsConstructor @AllArgsConstructor
@Getter @Setter @ToString
public class Detail {
private double amount;
private String status;
private String authorizationCode;
private String paymentTypeCode;
private byte responseCode;
private byte installmentsNumber;
private String commerceCode;
private String buyOrder;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy