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

com.mercadopago.resources.order.OrderInvoicePeriod Maven / Gradle / Ivy

package com.mercadopago.resources.order;

import lombok.Builder;
import lombok.Getter;

// API version: 1ff4822a-2dfd-4393-800e-a562edb3fe32

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

    /** Type. */
    private String type;

    /** Period. */
    private Integer period;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy