public interface StripeApi
| Modifier and Type | Method and Description |
|---|---|
StripeAccountResponse |
createAccount(StripeAccount account) |
PaymentAuthorizationResponse |
createCharge(PaymentAuthorization paymentauth) |
com.stripe.model.Account |
getAccountDetails(String account_id) |
StripeAccountResponse |
udpateAccount(StripeAccount account) |
com.stripe.model.Account getAccountDetails(String account_id)
StripeAccountResponse createAccount(StripeAccount account)
StripeAccountResponse udpateAccount(StripeAccount account)
PaymentAuthorizationResponse createCharge(PaymentAuthorization paymentauth)
Copyright © 2016 Blugrid Pty. Ltd.. All rights reserved.