Class AccountBalance
java.lang.Object
de.hybris.platform.billingaccounttmfwebservices.v1.dto.AccountBalance
@Validated
@Generated(value="de.hybris.platform.billingaccounttmfwebservices.swagger.BaBillingAccountCodegen",
date="2022-10-21T20:35:18.164Z")
public class AccountBalance
extends Object
Balances linked to the account
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatbaseType(String atbaseType) atschemaLocation(String atschemaLocation) balanceType(String balanceType) boolean@NotNull @Valid MoneyBalance amountWhen sub-classing, this defines the super-classA URI to a JSON-Schema file that defines additional attributes and relationshipsWhen sub-classing, this defines the sub-class entity name@NotNull StringType of the balance : deposit balance, disputed balance, loyalty balance, receivable balance...@NotNull @Valid TimePeriodBalance validity periodinthashCode()voidvoidsetAtbaseType(String atbaseType) voidsetAtschemaLocation(String atschemaLocation) voidvoidsetBalanceType(String balanceType) voidsetValidFor(TimePeriod validFor) toString()validFor(TimePeriod validFor)
-
Constructor Details
-
AccountBalance
public AccountBalance()
-
-
Method Details
-
balanceType
-
getBalanceType
Type of the balance : deposit balance, disputed balance, loyalty balance, receivable balance...- Returns:
- balanceType
-
setBalanceType
-
amount
-
getAmount
Balance amount- Returns:
- amount
-
setAmount
-
validFor
-
getValidFor
Balance validity period- Returns:
- validFor
-
setValidFor
-
atbaseType
-
getAtbaseType
When sub-classing, this defines the super-class- Returns:
- atbaseType
-
setAtbaseType
-
atschemaLocation
-
getAtschemaLocation
A URI to a JSON-Schema file that defines additional attributes and relationships- Returns:
- atschemaLocation
-
setAtschemaLocation
-
attype
-
getAttype
When sub-classing, this defines the sub-class entity name- Returns:
- attype
-
setAttype
-
equals
-
hashCode
public int hashCode() -
toString
-