Package io.trippay.sdk.payment.model
Class Fee
java.lang.Object
io.trippay.sdk.payment.model.Fee
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-23T16:25:07.961871385+07:00[Asia/Bangkok]")
public class Fee
extends Object
Fees associated with this booking contract.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanfee(CustomMonetaryAmount fee) @NotNull StringWithdrawal fee description@NotNull @Valid CustomMonetaryAmountgetFee()Get fee@NotNull @Valid UUIDUnique system ID.@NotNull Fee.TypeEnumgetType()Type of feeinthashCode()identifier(UUID identifier) voidsetDescription(String description) voidvoidsetIdentifier(UUID identifier) voidsetType(Fee.TypeEnum type) toString()type(Fee.TypeEnum type)
-
Field Details
-
JSON_PROPERTY_IDENTIFIER
- See Also:
-
JSON_PROPERTY_FEE
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
-
Constructor Details
-
Fee
public Fee()
-
-
Method Details
-
identifier
-
getIdentifier
Unique system ID.- Returns:
- identifier
-
setIdentifier
-
fee
-
getFee
-
setFee
-
type
-
getType
-
setType
-
description
-
getDescription
Withdrawal fee description- Returns:
- description
-
setDescription
-
equals
-
hashCode
-
toString
-