public class PriceBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
Price |
build() |
static PriceBuilder |
newPrice() |
PriceBuilder |
withAmount(Integer amount) |
PriceBuilder |
withCurrency(Currency currency) |
PriceBuilder |
withCurrency(String id,
String name,
Map<String,Object> data) |
public static PriceBuilder newPrice()
public PriceBuilder withAmount(Integer amount)
public PriceBuilder withCurrency(Currency currency)
public Price build()
Copyright 2022 OneSpan All rights reserved.