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

com.mercadopago.client.payment.PaymentForwardDataRequest Maven / Gradle / Ivy

There is a newer version: 2.1.29
Show newest version
package com.mercadopago.client.payment;

import com.mercadopago.client.common.SubMerchant;
import lombok.Builder;
import lombok.Getter;

/** To use the Payment Facilitator integration, it is necessary to update the forward_data.sub_merchant property for sending the fields described below */
@Getter
@Builder
public class PaymentForwardDataRequest  {

    /** ForwardData for SubMerchant */
    private final SubMerchant subMerchant;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy