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

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

The newest version!
package com.mercadopago.resources.order;

import lombok.Builder;
import lombok.Getter;

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

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

    /** Number. */
    private Integer number;

    /** Total. */
    private Integer total;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy