PaymentMethod |
Subscription.addPaymentMethod(String paymentMethodID) |
static PaymentMethod |
PaymentMethod.addToSubscription(String subscriptionID,
String paymentMethodID) |
static PaymentMethod |
PaymentMethod.capture(StripeTokenCapture token_) |
static PaymentMethod |
PaymentMethod.create(PaymentMethod paymentMethod) |
static PaymentMethod |
PaymentMethod.getByID(String ID) |
static PaymentMethod[] |
PaymentMethod.getForSubscription(String subscriptionID) |
PaymentMethod[] |
Subscription.getPaymentMethods() |
PaymentMethod[] |
Account.getPaymentMethods() |
static PaymentMethod |
PaymentMethod.removeFromSubscription(String subscriptionID,
String paymentMethodID) |
PaymentMethod |
Subscription.removePaymentMethod(String paymentMethodID) |