Package de.adorsys.psd2.model
Class InlineResponse2003
- java.lang.Object
-
- de.adorsys.psd2.model.InlineResponse2003
-
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2021-05-24T13:41:46.273636+03:00[Europe/Kiev]") public class InlineResponse2003 extends ObjectEquals \"true\" if sufficient funds are available at the time of the request, \"false\" otherwise.
-
-
Constructor Summary
Constructors Constructor Description InlineResponse2003()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)InlineResponse2003fundsAvailable(Boolean fundsAvailable)BooleangetFundsAvailable()Get fundsAvailableinthashCode()voidsetFundsAvailable(Boolean fundsAvailable)StringtoString()
-
-
-
Method Detail
-
fundsAvailable
public InlineResponse2003 fundsAvailable(Boolean fundsAvailable)
-
getFundsAvailable
public Boolean getFundsAvailable()
Get fundsAvailable- Returns:
- fundsAvailable
-
setFundsAvailable
public void setFundsAvailable(Boolean fundsAvailable)
-
-