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

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

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

import lombok.Builder;
import lombok.Getter;

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

    /** Subscription sequence number. */
    private Integer number;

    /** Subscription sequence total */
    private Integer total;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy