![JAR search and dependency download from the Maven repository](/logo.png)
com.mercadopago.resources.point.PointCancelPaymentIntent Maven / Gradle / Ivy
package com.mercadopago.resources.point;
import com.mercadopago.net.MPResource;
import lombok.Getter;
/** Point cancel payment intent resource. */
@Getter
public class PointCancelPaymentIntent extends MPResource {
/** Payment intent ID. */
private String id;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy