Redemption

public final class Redemption

Container of redemption information.

Parameters

type

The type of redemption process associated to the activity.

redemptionLocations

List of redemption locations where the activity will take place, please refer to Location Section below.

Constructors

Link copied to clipboard
public Redemption Redemption(String type, List<ActivitiesLocation> redemptionLocations)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
Link copied to clipboard
@Valid()
private final String type

Functions

Link copied to clipboard
public final static Redemption.Builder builder()
Link copied to clipboard
Link copied to clipboard
public final String getType()
Link copied to clipboard