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(java.lang.String supportedCurrenciesItem)addSupportedCurrenciesItem.PaymentMethodWithOptionsPaymentMethodWithOptions. addSupportedOptionsItem(java.lang.String supportedOptionsItem)addSupportedOptionsItem.PaymentMethodWithOptionsPaymentMethodWithOptions. supportedCurrencies(java.util.List<java.lang.String> supportedCurrencies)supportedCurrencies.PaymentMethodWithOptionsPaymentMethodWithOptions. supportedOptions(java.util.List<java.lang.String> supportedOptions)supportedOptions.PaymentMethodWithOptionsPaymentMethodWithOptions. type(java.lang.String type)type.Methods in com.docusign.esign.model that return types with arguments of type PaymentMethodWithOptions Modifier and Type Method Description java.util.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(java.util.List<PaymentMethodWithOptions> supportedPaymentMethodsWithOptions)setSupportedPaymentMethodsWithOptions.PaymentGatewayAccountPaymentGatewayAccount. supportedPaymentMethodsWithOptions(java.util.List<PaymentMethodWithOptions> supportedPaymentMethodsWithOptions)supportedPaymentMethodsWithOptions.
-