Uses of Enum
com.easypost.model.PaymentMethod.Priority
Package
Description
Classes for the EasyPost API.
Interact with the EasyPost API in Java.
-
Uses of PaymentMethod.Priority in com.easypost.model
Modifier and TypeMethodDescriptionstatic PaymentMethod.Priority
Returns 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
Modifier and TypeMethodDescriptionReferralCustomerService.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.void
BillingService.deletePaymentMethod
(PaymentMethod.Priority priority) Delete a payment method.void
BillingService.fundWallet
(String amount, PaymentMethod.Priority priority) Fund your wallet from a specific payment method.