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

cl.transbank.webpay.oneclick.InscriptionStartResponse Maven / Gradle / Ivy

There is a newer version: 5.0.0
Show newest version
package cl.transbank.webpay.oneclick;

import com.google.gson.annotations.SerializedName;
import lombok.*;

@NoArgsConstructor @AllArgsConstructor
@Getter @Setter
@ToString
public class InscriptionStartResponse {
    @SerializedName("token") private String token;
    @SerializedName("url_webpay") private String urlWebpay;
    @SerializedName("error_message") private String errorMessage;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy