Package com.docusign.esign.model
Class PaymentGatewayAccountsInfo
- java.lang.Object
-
- com.docusign.esign.model.PaymentGatewayAccountsInfo
-
public class PaymentGatewayAccountsInfo extends java.lang.ObjectPaymentGatewayAccountsInfo.
-
-
Constructor Summary
Constructors Constructor Description PaymentGatewayAccountsInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaymentGatewayAccountsInfoaddPaymentGatewayAccountsItem(PaymentGatewayAccount paymentGatewayAccountsItem)addPaymentGatewayAccountsItem.booleanequals(java.lang.Object o)Compares objects.java.util.List<PaymentGatewayAccount>getPaymentGatewayAccounts().inthashCode()Returns the HashCode.PaymentGatewayAccountsInfopaymentGatewayAccounts(java.util.List<PaymentGatewayAccount> paymentGatewayAccounts)paymentGatewayAccounts.voidsetPaymentGatewayAccounts(java.util.List<PaymentGatewayAccount> paymentGatewayAccounts)setPaymentGatewayAccounts.java.lang.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
paymentGatewayAccounts
public PaymentGatewayAccountsInfo paymentGatewayAccounts(java.util.List<PaymentGatewayAccount> paymentGatewayAccounts)
paymentGatewayAccounts.- Returns:
- PaymentGatewayAccountsInfo
-
addPaymentGatewayAccountsItem
public PaymentGatewayAccountsInfo addPaymentGatewayAccountsItem(PaymentGatewayAccount paymentGatewayAccountsItem)
addPaymentGatewayAccountsItem.- Returns:
- PaymentGatewayAccountsInfo
-
getPaymentGatewayAccounts
public java.util.List<PaymentGatewayAccount> getPaymentGatewayAccounts()
.- Returns:
- paymentGatewayAccounts
-
setPaymentGatewayAccounts
public void setPaymentGatewayAccounts(java.util.List<PaymentGatewayAccount> paymentGatewayAccounts)
setPaymentGatewayAccounts.
-
equals
public boolean equals(java.lang.Object o)
Compares objects.- Overrides:
equalsin classjava.lang.Object- Returns:
- true or false depending on comparison result.
-
hashCode
public int hashCode()
Returns the HashCode.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Converts the given object to string.- Overrides:
toStringin classjava.lang.Object
-
-