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

com.mercadopago.client.payment.PaymentRulesRequest Maven / Gradle / Ivy

There is a newer version: 2.1.29
Show newest version
package com.mercadopago.client.payment;

import java.util.List;
import lombok.Builder;
import lombok.Getter;

/** PaymentRulesRequest class. */
@Getter
@Builder
public class PaymentRulesRequest {

  /** Discounts. */
  private List discounts;

  /** Fine. */
  private PaymentFeeRequest fine;

  /** Interest. */
  private PaymentFeeRequest interest;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy