Uses of Enum
com.easypost.model.PaymentMethod.Priority
Packages that use PaymentMethod.Priority
Package
Description
Classes for the EasyPost API.
Interact with the EasyPost API in Java.
-
Uses of PaymentMethod.Priority in com.easypost.model
Subclasses with type arguments of type PaymentMethod.Priority in com.easypost.modelMethods in com.easypost.model that return PaymentMethod.PriorityModifier and TypeMethodDescriptionstatic PaymentMethod.PriorityReturns the enum constant of this type with the specified name.static PaymentMethod.Priority[]PaymentMethod.Priority.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PaymentMethod.Priority in com.easypost.service
Methods in com.easypost.service with parameters of type PaymentMethod.PriorityModifier and TypeMethodDescriptionReferralCustomerService.addBankAccountFromStripe(String referralApiKey, String financialConnectionsId, Map<String, Object> mandateData, PaymentMethod.Priority priority) Add a bank account to EasyPost for a ReferralCustomer.ReferralCustomerService.addCreditCardFromStripe(String referralApiKey, String paymentMethodId, PaymentMethod.Priority priority) Add a credit card to EasyPost for a ReferralCustomer with a payment method ID from Stripe.ReferralCustomerService.addCreditCardToUser(String referralApiKey, String number, int expirationMonth, int expirationYear, String cvc, PaymentMethod.Priority priority) Add credit card to a referral user.BetaReferralCustomerService.addPaymentMethod(String stripeCustomerId, String paymentMethodReference, PaymentMethod.Priority primaryOrSecondary) Add Stripe payment method to referral customer.voidBillingService.deletePaymentMethod(PaymentMethod.Priority priority) Delete a payment method.voidBillingService.fundWallet(String amount, PaymentMethod.Priority priority) Fund your wallet from a specific payment method.