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 Details

    • AccountBalance

      public AccountBalance()
  • Method Details

    • balanceType

      public AccountBalance balanceType(String balanceType)
    • getBalanceType

      @NotNull public @NotNull String getBalanceType()
      Type of the balance : deposit balance, disputed balance, loyalty balance, receivable balance...
      Returns:
      balanceType
    • setBalanceType

      public void setBalanceType(String balanceType)
    • amount

      public AccountBalance amount(Money amount)
    • getAmount

      @NotNull @Valid public @NotNull @Valid Money getAmount()
      Balance amount
      Returns:
      amount
    • setAmount

      public void setAmount(Money amount)
    • validFor

      public AccountBalance validFor(TimePeriod validFor)
    • getValidFor

      @NotNull @Valid public @NotNull @Valid TimePeriod getValidFor()
      Balance validity period
      Returns:
      validFor
    • setValidFor

      public void setValidFor(TimePeriod validFor)
    • atbaseType

      public AccountBalance atbaseType(String atbaseType)
    • getAtbaseType

      public String getAtbaseType()
      When sub-classing, this defines the super-class
      Returns:
      atbaseType
    • setAtbaseType

      public void setAtbaseType(String atbaseType)
    • atschemaLocation

      public AccountBalance atschemaLocation(String atschemaLocation)
    • getAtschemaLocation

      public String getAtschemaLocation()
      A URI to a JSON-Schema file that defines additional attributes and relationships
      Returns:
      atschemaLocation
    • setAtschemaLocation

      public void setAtschemaLocation(String atschemaLocation)
    • attype

      public AccountBalance attype(String attype)
    • getAttype

      public String getAttype()
      When sub-classing, this defines the sub-class entity name
      Returns:
      attype
    • setAttype

      public void setAttype(String attype)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object