Package unit.java.sdk.model
Class WalletLimitsAllOfAttributes
- java.lang.Object
-
- unit.java.sdk.model.WalletLimitsAllOfAttributes
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.9.0") public class WalletLimitsAllOfAttributes extends java.lang.ObjectWalletLimitsAllOfAttributes
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_ACHstatic java.lang.StringJSON_PROPERTY_CARDstatic java.lang.StringJSON_PROPERTY_CHECK_DEPOSITstatic java.lang.StringJSON_PROPERTY_CHECK_PAYMENTstatic java.lang.StringJSON_PROPERTY_WIRE
-
Constructor Summary
Constructors Constructor Description WalletLimitsAllOfAttributes()
-
Method Summary
-
-
-
Field Detail
-
JSON_PROPERTY_ACH
public static final java.lang.String JSON_PROPERTY_ACH
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CARD
public static final java.lang.String JSON_PROPERTY_CARD
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CHECK_DEPOSIT
public static final java.lang.String JSON_PROPERTY_CHECK_DEPOSIT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_WIRE
public static final java.lang.String JSON_PROPERTY_WIRE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CHECK_PAYMENT
public static final java.lang.String JSON_PROPERTY_CHECK_PAYMENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
ach
public WalletLimitsAllOfAttributes ach(DepositLimitsAllOfAttributesAch ach)
-
getAch
@Nonnull public DepositLimitsAllOfAttributesAch getAch()
Get ach- Returns:
- ach
-
setAch
public void setAch(DepositLimitsAllOfAttributesAch ach)
-
card
public WalletLimitsAllOfAttributes card(DepositLimitsAllOfAttributesCard card)
-
getCard
@Nonnull public DepositLimitsAllOfAttributesCard getCard()
Get card- Returns:
- card
-
setCard
public void setCard(DepositLimitsAllOfAttributesCard card)
-
checkDeposit
public WalletLimitsAllOfAttributes checkDeposit(DepositLimitsAllOfAttributesCheckDeposit checkDeposit)
-
getCheckDeposit
@Nonnull public DepositLimitsAllOfAttributesCheckDeposit getCheckDeposit()
Get checkDeposit- Returns:
- checkDeposit
-
setCheckDeposit
public void setCheckDeposit(DepositLimitsAllOfAttributesCheckDeposit checkDeposit)
-
wire
public WalletLimitsAllOfAttributes wire(WalletLimitsAllOfAttributesWire wire)
-
getWire
@Nonnull public WalletLimitsAllOfAttributesWire getWire()
Get wire- Returns:
- wire
-
setWire
public void setWire(WalletLimitsAllOfAttributesWire wire)
-
checkPayment
public WalletLimitsAllOfAttributes checkPayment(WalletLimitsAllOfAttributesCheckPayment checkPayment)
-
getCheckPayment
@Nonnull public WalletLimitsAllOfAttributesCheckPayment getCheckPayment()
Get checkPayment- Returns:
- checkPayment
-
setCheckPayment
public void setCheckPayment(WalletLimitsAllOfAttributesCheckPayment checkPayment)
-
equals
public boolean equals(java.lang.Object o)
Return true if this WalletLimits_allOf_attributes object is equal to o.- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
toUrlQueryString
public java.lang.String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
public java.lang.String toUrlQueryString(java.lang.String prefix)
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-
-