Uses of Class
com.docusign.esign.model.PaymentMethodWithOptions
-
Packages that use PaymentMethodWithOptions Package Description com.docusign.esign.model -
-
Uses of PaymentMethodWithOptions in com.docusign.esign.model
Methods in com.docusign.esign.model that return PaymentMethodWithOptions Modifier and Type Method Description PaymentMethodWithOptionsPaymentMethodWithOptions. addSupportedCurrenciesItem(String supportedCurrenciesItem)addSupportedCurrenciesItem.PaymentMethodWithOptionsPaymentMethodWithOptions. addSupportedOptionsItem(String supportedOptionsItem)addSupportedOptionsItem.PaymentMethodWithOptionsPaymentMethodWithOptions. supportedCurrencies(List<String> supportedCurrencies)supportedCurrencies.PaymentMethodWithOptionsPaymentMethodWithOptions. supportedOptions(List<String> supportedOptions)supportedOptions.PaymentMethodWithOptionsPaymentMethodWithOptions. type(String type)type.Methods in com.docusign.esign.model that return types with arguments of type PaymentMethodWithOptions Modifier and Type Method Description List<PaymentMethodWithOptions>PaymentGatewayAccount. getSupportedPaymentMethodsWithOptions().Methods in com.docusign.esign.model with parameters of type PaymentMethodWithOptions Modifier and Type Method Description PaymentGatewayAccountPaymentGatewayAccount. addSupportedPaymentMethodsWithOptionsItem(PaymentMethodWithOptions supportedPaymentMethodsWithOptionsItem)addSupportedPaymentMethodsWithOptionsItem.Method parameters in com.docusign.esign.model with type arguments of type PaymentMethodWithOptions Modifier and Type Method Description voidPaymentGatewayAccount. setSupportedPaymentMethodsWithOptions(List<PaymentMethodWithOptions> supportedPaymentMethodsWithOptions)setSupportedPaymentMethodsWithOptions.PaymentGatewayAccountPaymentGatewayAccount. supportedPaymentMethodsWithOptions(List<PaymentMethodWithOptions> supportedPaymentMethodsWithOptions)supportedPaymentMethodsWithOptions.
-