NightCharge

public final class NightCharge

Parameters

type

value The value of the amount object. Decimal point inline with correct precision.

currency

Currency of the amount object.

Constructors

Link copied to clipboard
public NightCharge NightCharge(NightChargeType type, String value, String currency)

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 NightChargeType type
Link copied to clipboard
@Valid()
private final String value

Functions

Link copied to clipboard
public final static NightCharge.Builder builder()
Link copied to clipboard
public final String getCurrency()
Link copied to clipboard
public final NightChargeType getType()
Link copied to clipboard
public final String getValue()