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

com.mercadopago.client.order.OrderRefundPaymentRequest Maven / Gradle / Ivy

package com.mercadopago.client.order;

import lombok.Builder;
import lombok.Getter;

/** OrderRefundRequest class. */
@Builder
@Getter
public class OrderRefundPaymentRequest {

    /** Payment ID. */
    private String id;

    /** Refund amount. */
    private String amount;
}







© 2015 - 2025 Weber Informatics LLC | Privacy Policy