public class Stripe extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Accounts |
accounts |
protected ApplicationFees |
applicationFees |
protected Balance |
balance |
protected Cards |
cards |
protected Charges |
charges |
protected Client |
client |
protected Coupons |
coupons |
protected Customers |
customers |
protected Discounts |
discounts |
protected Disputes |
disputes |
protected Events |
events |
protected InvoiceItems |
invoiceItems |
protected Invoices |
invoices |
protected Plans |
plans |
protected Recipients |
recipients |
protected Refunds |
refunds |
protected Subscriptions |
subscriptions |
protected Tokens |
tokens |
protected Transfers |
transfers |
| Modifier and Type | Method and Description |
|---|---|
Accounts |
accounts() |
ApplicationFees |
applicationFees() |
Balance |
balance() |
Cards |
cards() |
Charges |
charges() |
Coupons |
coupons() |
Customers |
customers() |
Discounts |
discounts() |
Disputes |
disputes() |
Events |
events() |
Client |
getClient() |
InvoiceItems |
invoiceItems() |
Invoices |
invoices() |
Plans |
plans() |
Recipients |
recipients() |
Refunds |
refunds() |
Subscriptions |
subscriptions() |
Tokens |
tokens() |
Transfers |
transfers() |
protected final Accounts accounts
protected final ApplicationFees applicationFees
protected final Balance balance
protected final Cards cards
protected final Charges charges
protected final Coupons coupons
protected final Customers customers
protected final Discounts discounts
protected final Disputes disputes
protected final Events events
protected final InvoiceItems invoiceItems
protected final Invoices invoices
protected final Plans plans
protected final Recipients recipients
protected final Refunds refunds
protected final Subscriptions subscriptions
protected final Tokens tokens
protected final Transfers transfers
protected final Client client
public Stripe(String apiKey)
apiKey - your Stripe api keypublic Accounts accounts()
public ApplicationFees applicationFees()
public Balance balance()
public Cards cards()
public Charges charges()
public Coupons coupons()
public Customers customers()
public Discounts discounts()
public Disputes disputes()
public Events events()
public InvoiceItems invoiceItems()
public Invoices invoices()
public Plans plans()
public Recipients recipients()
public Refunds refunds()
public Subscriptions subscriptions()
public Tokens tokens()
public Transfers transfers()
public Client getClient()
Copyright © 2014. All rights reserved.