Uses of Class
com.easypost.model.PaymentMethodObject
Packages that use PaymentMethodObject
-
Uses of PaymentMethodObject in com.easypost.service
Methods in com.easypost.service that return PaymentMethodObjectModifier 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) Add credit card to a referral user.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) Add Stripe payment method to referral customer.BetaReferralCustomerService.addPaymentMethod
(String stripeCustomerId, String paymentMethodReference, PaymentMethod.Priority primaryOrSecondary) Add Stripe payment method to referral customer.