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

com.mercadopago.client.common.InvoicePeriod Maven / Gradle / Ivy

The newest version!
package com.mercadopago.client.common;


import lombok.Builder;
import lombok.Getter;

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

    /** Invoice type. */
    private String type;

    /** Invoice  period. */
    private Integer period;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy