
cl.transbank.webpay.oneclick.requests.InscriptionStartRequest 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
The newest version!
package cl.transbank.webpay.oneclick.requests;
import cl.transbank.model.WebpayApiRequest;
import lombok.*;
/**
* This class represents a request to start an inscription.
*/
@NoArgsConstructor
@AllArgsConstructor
@Getter
@Setter
@ToString
public class InscriptionStartRequest extends WebpayApiRequest {
/**
* The username for the inscription.
*/
private String username;
/**
* The email for the inscription.
*/
private String email;
/**
* The response URL for the inscription.
*/
private String responseUrl;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy