Package com.mercadopago.client.payment
Class PaymentForwardDataRequest
- java.lang.Object
-
- com.mercadopago.client.payment.PaymentForwardDataRequest
-
public class PaymentForwardDataRequest extends Object
To use the Payment Facilitator integration, it is necessary to update the forward_data.sub_merchant property for sending the fields described below
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPaymentForwardDataRequest.PaymentForwardDataRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PaymentForwardDataRequest.PaymentForwardDataRequestBuilderbuilder()SubMerchantgetSubMerchant()ForwardData for SubMerchant
-
-
-
Method Detail
-
builder
public static PaymentForwardDataRequest.PaymentForwardDataRequestBuilder builder()
-
getSubMerchant
public SubMerchant getSubMerchant()
ForwardData for SubMerchant
-
-