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

com.mercadopago.resources.order.OrderTransactionRefund Maven / Gradle / Ivy

The newest version!
package com.mercadopago.resources.order;

import lombok.Getter;

import java.util.List;

/**
 * OrderTransactionRefund class.
 */
@Getter
public class OrderTransactionRefund {

        /** Refunds information. */
        private List refunds;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy