ChargebackFeedback

public final class ChargebackFeedback implements OrderPurchaseUpdateRequest

Feedback from EG external partners if they receive a chargeback for a false negative recommendation from Fraud Prevention system.

Parameters

chargebackDetail

Constructors

Link copied to clipboard
public ChargebackFeedback ChargebackFeedback(String riskId, ChargebackDetail chargebackDetail)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
@Valid()
private final ChargebackDetail chargebackDetail
Link copied to clipboard
@Length(max = 200)
@NotNull()
@Valid()
private final String riskId
Link copied to clipboard
private final UpdateType type

Functions

Link copied to clipboard
public final static ChargebackFeedback.Builder builder()
Link copied to clipboard
Link copied to clipboard
public String getRiskId()
Link copied to clipboard
Link copied to clipboard