public class StripeTokenCapture extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
accountID |
protected String |
captureType |
protected String |
cardID |
protected String |
stripeToken |
| Constructor and Description |
|---|
StripeTokenCapture(String stripeToken_,
String cardID_) |
StripeTokenCapture(String stripeToken_,
String cardID_,
String accountID_) |
| Modifier and Type | Method and Description |
|---|---|
PaymentMethod |
create() |
String |
getAccountID() |
String |
getCardID() |
String |
getStripeToken() |
void |
setAccountID(String accountID) |
void |
setCardID(String cardID) |
void |
setStripeToken(String stripeToken) |
protected String captureType
protected String stripeToken
protected String cardID
protected String accountID
public PaymentMethod create() throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public String getStripeToken()
public void setStripeToken(String stripeToken)
public String getCardID()
public void setCardID(String cardID)
public String getAccountID()
public void setAccountID(String accountID)
Copyright © 2015 BillForward. All rights reserved.