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

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

package com.mercadopago.resources.order;

import com.mercadopago.net.MPResource;
import lombok.Getter;

/** UpdateOrderTransaction class. */
@Getter
public class UpdateOrderTransaction extends MPResource {
    /** Payment method information. */
    private OrderPaymentMethod paymentMethod;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy