Uses of Class
com.easypost.model.PaymentMethodObject
-
Uses of PaymentMethodObject in com.easypost.service
Modifier and TypeMethodDescriptionReferralCustomerService.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.