public class ApplicationFeeCollection extends StripeObject
PRETTY_PRINT_GSON| Constructor and Description |
|---|
ApplicationFeeCollection() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCount() |
List<ApplicationFee> |
getData() |
void |
setCount(Integer count) |
void |
setData(List<ApplicationFee> data) |
toStringpublic List<ApplicationFee> getData()
public void setData(List<ApplicationFee> data)
public Integer getCount()
public void setCount(Integer count)
Copyright © 2014 Stripe. All rights reserved.