public class StripeAccount extends Object implements Serializable
| Constructor and Description |
|---|
StripeAccount() |
| Modifier and Type | Method and Description |
|---|---|
com.stripe.model.Account |
getAccount() |
String |
getDescription() |
UUID |
getPaymentprocessoraccountuuid() |
String |
getPaymentprocessortype() |
String |
getStatus() |
void |
setAccount(com.stripe.model.Account account) |
void |
setDescription(String description) |
void |
setPaymentprocessoraccountuuid(UUID paymentprocessoraccountuuid) |
void |
setPaymentprocessortype(String paymentprocessortype) |
void |
setStatus(String status) |
public UUID getPaymentprocessoraccountuuid()
public void setPaymentprocessoraccountuuid(UUID paymentprocessoraccountuuid)
paymentprocessoraccountuuid - the paymentprocessoraccountuuid to setpublic String getPaymentprocessortype()
public void setPaymentprocessortype(String paymentprocessortype)
paymentprocessortype - the paymentprocessortype to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic String getStatus()
public void setStatus(String status)
status - the status to setpublic com.stripe.model.Account getAccount()
public void setAccount(com.stripe.model.Account account)
account - the account to setCopyright © 2016 Blugrid Pty. Ltd.. All rights reserved.