Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Pricing.Builder |
billingCycle(Pricing.BillingCycle billingCycle)
The frequency at which the customer is billed for the Offer
|
Pricing |
build() |
Pricing.Builder |
copy(Pricing model) |
Pricing.Builder |
currencyType(String currencyType)
The currency supported for a given Offer, in the format specified by ISO-4217
|
Pricing.Builder |
totalAmount(Long totalAmount)
The total amount an Offer costs
|
public Pricing.Builder currencyType(String currencyType)
The currency supported for a given Offer, in the format specified by ISO-4217
currencyType
- the value to setpublic Pricing.Builder totalAmount(Long totalAmount)
The total amount an Offer costs
totalAmount
- the value to setpublic Pricing.Builder billingCycle(Pricing.BillingCycle billingCycle)
The frequency at which the customer is billed for the Offer
billingCycle
- the value to setpublic Pricing build()
public Pricing.Builder copy(Pricing model)
Copyright © 2016–2024. All rights reserved.