Package com.mercadopago.client.payment
Class PaymentMerchantServicesRequest
- java.lang.Object
-
- com.mercadopago.client.payment.PaymentMerchantServicesRequest
-
public class PaymentMerchantServicesRequest extends Object
PaymentMerchantServicesRequest class.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PaymentMerchantServicesRequest.PaymentMerchantServicesRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PaymentMerchantServicesRequest.PaymentMerchantServicesRequestBuilder
builder()
boolean
isFraudManualReview()
Fraud manual review.boolean
isFraudScoring()
Fraud scoring.
-
-
-
Method Detail
-
builder
public static PaymentMerchantServicesRequest.PaymentMerchantServicesRequestBuilder builder()
-
isFraudScoring
public boolean isFraudScoring()
Fraud scoring.
-
isFraudManualReview
public boolean isFraudManualReview()
Fraud manual review.
-
-