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

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

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

import lombok.*;

@Getter
@Setter
@NoArgsConstructor
public abstract class BaseRequest {
    private String apiKey;
    private String appKey;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy