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

com.mercadopago.resources.point.PointCancelPaymentIntent Maven / Gradle / Ivy

There is a newer version: 2.1.29
Show newest version
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