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

cl.transbank.webpay.common.MallTransactionRefundRequest Maven / Gradle / Ivy

The newest version!
package cl.transbank.webpay.common;

import cl.transbank.model.WebpayApiRequest;
import lombok.*;

/**
 * This class represents a request to refund a Mall transaction.
 */
@NoArgsConstructor
@AllArgsConstructor
@Getter
@Setter
@ToString
public class MallTransactionRefundRequest extends WebpayApiRequest {

  private String buyOrder;
  private String commerceCode;
  private double amount;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy