
com.mercadopago.client.payment.PaymentPointOfInteractionRequest Maven / Gradle / Ivy
package com.mercadopago.client.payment;
import lombok.Builder;
import lombok.Getter;
/** PaymentPointOfInteractionRequest class. */
@Getter
@Builder
public class PaymentPointOfInteractionRequest {
/** Linked to information. */
private final String linkedTo;
/** Type. */
private final String type;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy