OnsitePayments

public final class OnsitePayments

The property’s accepted forms of payments when onsite. See our onsite payment types reference for current known payment type ID and name values.

Parameters

currency

The currency accepted at the property.

types

The types of payments accepted at the property.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
@Valid()
private final String currency
Link copied to clipboard
@Valid()
private final Map<String, PaymentType> types

Functions

Link copied to clipboard
public final static OnsitePayments.Builder builder()
Link copied to clipboard
public final String getCurrency()
Link copied to clipboard
public final Map<String, PaymentType> getTypes()