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

cl.transbank.onepay.net.BaseResponse Maven / Gradle / Ivy

There is a newer version: 5.0.0
Show newest version
package cl.transbank.onepay.net;

import lombok.Getter;
import lombok.Setter;
import lombok.ToString;

@Getter
@Setter
@ToString
public abstract class BaseResponse {
    private String responseCode;
    private String description;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy