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

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

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

import cl.transbank.model.WebpayApiRequest;
import com.google.gson.annotations.SerializedName;
import lombok.*;

@NoArgsConstructor @AllArgsConstructor
@Getter @Setter
@ToString
public class InscriptionStartRequest extends WebpayApiRequest {
    @SerializedName("username") private String username;
    @SerializedName("email") private String email;
    @SerializedName("response_url") private String responseUrl;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy