Uses of Class
com.docusign.esign.model.PaymentGatewayAccountsInfo
-
Packages that use PaymentGatewayAccountsInfo Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of PaymentGatewayAccountsInfo in com.docusign.esign.api
Methods in com.docusign.esign.api that return PaymentGatewayAccountsInfo Modifier and Type Method Description PaymentGatewayAccountsInfoAccountsApi. getAllPaymentGatewayAccounts(java.lang.String accountId)Get all payment gateway account for the provided accountId. -
Uses of PaymentGatewayAccountsInfo in com.docusign.esign.model
Methods in com.docusign.esign.model that return PaymentGatewayAccountsInfo Modifier and Type Method Description PaymentGatewayAccountsInfoPaymentGatewayAccountsInfo. addPaymentGatewayAccountsItem(PaymentGatewayAccount paymentGatewayAccountsItem)addPaymentGatewayAccountsItem.PaymentGatewayAccountsInfoPaymentGatewayAccountsInfo. paymentGatewayAccounts(java.util.List<PaymentGatewayAccount> paymentGatewayAccounts)paymentGatewayAccounts.
-