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(String accountId)Get all payment gateway account for the provided accountId.Methods in com.docusign.esign.api that return types with arguments of type PaymentGatewayAccountsInfo Modifier and Type Method Description ApiResponse<PaymentGatewayAccountsInfo>AccountsApi. getAllPaymentGatewayAccountsWithHttpInfo(String accountId)Get all payment gateway account for the provided accountId This method returns a list of payment gateway accounts and basic information about them. -
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(List<PaymentGatewayAccount> paymentGatewayAccounts)paymentGatewayAccounts.
-