rapid-sdk
Toggle table of contents
5.3.1
Select version
5.4.0
5.3.1
5.3.0
5.1.0
5.0.1
5.0.0
4.3.0
4.2.0
4.1.3
4.1.2
4.1.1
4.1.0
3.2.2
JVM
Platform filter
JVM
Switch theme
Search in API
rapid-sdk
rapid-sdk
/
com.expediagroup.sdk.rapid.models
/
PricingInformation
/
Builder
Builder
public
final
class
Builder
Members
Constructors
Pricing
Information.
Builder
Link copied to clipboard
public
PricingInformation.Builder
PricingInformation.Builder
(
List
<
List
<
NightCharge
>
>
nightly
,
List
<
Stay
>
stay
,
Totals
totals
,
FeesPricingInformation
fees
)
Functions
build
Link copied to clipboard
public
final
PricingInformation
build
(
)
fees
Link copied to clipboard
public
final
PricingInformation.Builder
fees
(
FeesPricingInformation
fees
)
nightly
Link copied to clipboard
public
final
PricingInformation.Builder
nightly
(
List
<
List
<
NightCharge
>
>
nightly
)
stay
Link copied to clipboard
public
final
PricingInformation.Builder
stay
(
List
<
Stay
>
stay
)
totals
Link copied to clipboard
public
final
PricingInformation.Builder
totals
(
Totals
totals
)