Charge

public final class Charge

An object representing a charge. Information about the charge is provided in both the billable currency and the request currency.

Parameters

billableCurrency
requestCurrency

Constructors

Link copied to clipboard
public Charge Charge(Amount billableCurrency, Amount requestCurrency)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
@Valid()
private final Amount billableCurrency
Link copied to clipboard
@Valid()
private final Amount requestCurrency

Functions

Link copied to clipboard
public final static Charge.Builder builder()
Link copied to clipboard
public final Amount getBillableCurrency()
Link copied to clipboard
public final Amount getRequestCurrency()