Class AggregateBookingContractCaptureCurrenciesByAccountResponse
java.lang.Object
io.trippay.sdk.payment.model.AggregateBookingContractCaptureCurrenciesByAccountResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-26T20:12:05.578754358+07:00[Asia/Bangkok]",
comments="Generator version: 7.13.0")
public class AggregateBookingContractCaptureCurrenciesByAccountResponse
extends Object
AggregateBookingContractCaptureCurrenciesByAccountResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_list(List<@Valid AvailableFunds> _list) accountIdentifier(String accountIdentifier) addListItem(AvailableFunds _listItem) boolean@NotNull @Size(min=1) StringAccount identifier with these capture currencies@NotNull @Valid List<@Valid AvailableFunds> getList()List of capture currenciesinthashCode()voidsetAccountIdentifier(String accountIdentifier) voidsetList(List<@Valid AvailableFunds> _list) toString()
-
Field Details
-
JSON_PROPERTY_ACCOUNT_IDENTIFIER
- See Also:
-
JSON_PROPERTY_LIST
- See Also:
-
-
Constructor Details
-
AggregateBookingContractCaptureCurrenciesByAccountResponse
public AggregateBookingContractCaptureCurrenciesByAccountResponse()
-
-
Method Details
-
accountIdentifier
public AggregateBookingContractCaptureCurrenciesByAccountResponse accountIdentifier(@Nonnull String accountIdentifier) -
getAccountIdentifier
Account identifier with these capture currencies- Returns:
- accountIdentifier
-
setAccountIdentifier
-
_list
public AggregateBookingContractCaptureCurrenciesByAccountResponse _list(@Nonnull List<@Valid AvailableFunds> _list) -
addListItem
public AggregateBookingContractCaptureCurrenciesByAccountResponse addListItem(AvailableFunds _listItem) -
getList
List of capture currencies- Returns:
- _list
-
setList
-
equals
-
hashCode
-
toString
-