Package com.docusign.esign.model
Class PaymentGatewayAccountsInfo
- java.lang.Object
-
- com.docusign.esign.model.PaymentGatewayAccountsInfo
-
- All Implemented Interfaces:
Serializable
public class PaymentGatewayAccountsInfo extends Object implements Serializable
Holds information about connected payment accounts..- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PaymentGatewayAccountsInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaymentGatewayAccountsInfoaddPaymentGatewayAccountsItem(PaymentGatewayAccount paymentGatewayAccountsItem)addPaymentGatewayAccountsItem.booleanequals(Object o)Compares objects.List<PaymentGatewayAccount>getPaymentGatewayAccounts().inthashCode()Returns the HashCode.PaymentGatewayAccountsInfopaymentGatewayAccounts(List<PaymentGatewayAccount> paymentGatewayAccounts)paymentGatewayAccounts.voidsetPaymentGatewayAccounts(List<PaymentGatewayAccount> paymentGatewayAccounts)setPaymentGatewayAccounts.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
paymentGatewayAccounts
public PaymentGatewayAccountsInfo paymentGatewayAccounts(List<PaymentGatewayAccount> paymentGatewayAccounts)
paymentGatewayAccounts.- Returns:
- PaymentGatewayAccountsInfo
-
addPaymentGatewayAccountsItem
public PaymentGatewayAccountsInfo addPaymentGatewayAccountsItem(PaymentGatewayAccount paymentGatewayAccountsItem)
addPaymentGatewayAccountsItem.- Returns:
- PaymentGatewayAccountsInfo
-
getPaymentGatewayAccounts
public List<PaymentGatewayAccount> getPaymentGatewayAccounts()
.- Returns:
- paymentGatewayAccounts
-
setPaymentGatewayAccounts
public void setPaymentGatewayAccounts(List<PaymentGatewayAccount> paymentGatewayAccounts)
setPaymentGatewayAccounts.
-
equals
public boolean equals(Object o)
Compares objects.
-
-