Package travel.wink.sdk.booking.model
Class ReportingAncillaryAgent
java.lang.Object
travel.wink.sdk.booking.model.ReportingAncillaryAgent
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-01T16:15:53.455975605+07:00[Asia/Bangkok]")
public class ReportingAncillaryAgent
extends Object
Displays ancillary accounting details
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe currency for these amounts.@Valid BigDecimalThe gross amount.getName()Full name of ancillary in English.@Valid BigDecimalThe gross amount minus fees and commissions.@Valid BigDecimalThe gross amount minus fees and commissions.getType()The typegrossAmount(BigDecimal grossAmount) inthashCode()netAmount(BigDecimal netAmount) netAmountWithRefund(BigDecimal netAmountWithRefund) voidsetCurrency(String currency) voidsetGrossAmount(BigDecimal grossAmount) voidvoidsetNetAmount(BigDecimal netAmount) voidsetNetAmountWithRefund(BigDecimal netAmountWithRefund) voidtoString()
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_GROSS_AMOUNT
- See Also:
-
JSON_PROPERTY_NET_AMOUNT
- See Also:
-
JSON_PROPERTY_NET_AMOUNT_WITH_REFUND
- See Also:
-
JSON_PROPERTY_CURRENCY
- See Also:
-
-
Constructor Details
-
ReportingAncillaryAgent
public ReportingAncillaryAgent()
-
-
Method Details
-
name
-
getName
-
setName
-
type
-
getType
-
setType
-
grossAmount
-
getGrossAmount
-
setGrossAmount
-
netAmount
-
getNetAmount
The gross amount minus fees and commissions.- Returns:
- netAmount
-
setNetAmount
-
netAmountWithRefund
-
getNetAmountWithRefund
The gross amount minus fees and commissions.- Returns:
- netAmountWithRefund
-
setNetAmountWithRefund
-
currency
-
getCurrency
-
setCurrency
-
equals
-
hashCode
-
toString
-