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

com.mercadopago.resources.payment.PaymentRules Maven / Gradle / Ivy

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

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

/** PaymentRules class. */
@Getter
public class PaymentRules {

  /** Discounts. */
  private List discounts;

  /** Fine. */
  private PaymentFee fine;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy