
com.mercadopago.resources.point.PointPaymentIntentList Maven / Gradle / Ivy
The newest version!
package com.mercadopago.resources.point;
import com.mercadopago.net.MPResource;
import java.util.List;
import lombok.Getter;
/** PointPaymentIntentList class. */
@Getter
public class PointPaymentIntentList extends MPResource {
/** List of events. */
private List events;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy