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

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

The newest version!
package cl.transbank.webpay.oneclick.responses;

import lombok.*;

/**
 * This class represents a response to a start operation for an inscription.
 */
@NoArgsConstructor
@AllArgsConstructor
@Getter
@Setter
@ToString
public class InscriptionStartResponse {

  private String token;
  private String urlWebpay;
  private String errorMessage;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy