Package unit.java.sdk.model
Class WalletLimitsAllOfAttributesCheckPayment
- java.lang.Object
-
- unit.java.sdk.model.WalletLimitsAllOfAttributesCheckPayment
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.9.0") public class WalletLimitsAllOfAttributesCheckPayment extends java.lang.ObjectWalletLimitsAllOfAttributesCheckPayment
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_LIMITSstatic java.lang.StringJSON_PROPERTY_TOTALS_DAILYstatic java.lang.StringJSON_PROPERTY_TOTALS_MONTLY
-
Constructor Summary
Constructors Constructor Description WalletLimitsAllOfAttributesCheckPayment()
-
Method Summary
-
-
-
Field Detail
-
JSON_PROPERTY_LIMITS
public static final java.lang.String JSON_PROPERTY_LIMITS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TOTALS_DAILY
public static final java.lang.String JSON_PROPERTY_TOTALS_DAILY
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TOTALS_MONTLY
public static final java.lang.String JSON_PROPERTY_TOTALS_MONTLY
- See Also:
- Constant Field Values
-
-
Method Detail
-
limits
public WalletLimitsAllOfAttributesCheckPayment limits(WalletLimitsAllOfAttributesCheckPaymentLimits limits)
-
getLimits
@Nonnull public WalletLimitsAllOfAttributesCheckPaymentLimits getLimits()
Get limits- Returns:
- limits
-
setLimits
public void setLimits(WalletLimitsAllOfAttributesCheckPaymentLimits limits)
-
totalsDaily
public WalletLimitsAllOfAttributesCheckPayment totalsDaily(WalletLimitsAllOfAttributesCheckPaymentTotalsDaily totalsDaily)
-
getTotalsDaily
@Nonnull public WalletLimitsAllOfAttributesCheckPaymentTotalsDaily getTotalsDaily()
Get totalsDaily- Returns:
- totalsDaily
-
setTotalsDaily
public void setTotalsDaily(WalletLimitsAllOfAttributesCheckPaymentTotalsDaily totalsDaily)
-
totalsMontly
public WalletLimitsAllOfAttributesCheckPayment totalsMontly(WalletLimitsAllOfAttributesCheckPaymentTotalsDaily totalsMontly)
-
getTotalsMontly
@Nonnull public WalletLimitsAllOfAttributesCheckPaymentTotalsDaily getTotalsMontly()
Get totalsMontly- Returns:
- totalsMontly
-
setTotalsMontly
public void setTotalsMontly(WalletLimitsAllOfAttributesCheckPaymentTotalsDaily totalsMontly)
-
equals
public boolean equals(java.lang.Object o)
Return true if this WalletLimits_allOf_attributes_checkPayment 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
-
-