public class ApplicationFees extends AbstractApi
client| Constructor and Description |
|---|
ApplicationFees(Client client) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
buildUrl(String applicationFeeId) |
ApplicationFeeResponse |
getApplicationFee(String applicationFeeId)
Retrieve an application fee
https://stripe.com/docs/api#retrieve_application_fee
|
ListApplicationFeesResponse |
listApplicationFees()
List application fees
https://stripe.com/docs/api#list_application_fees
|
ListApplicationFeesResponse |
listApplicationFees(javax.ws.rs.core.MultivaluedMap<String,String> queryParams)
List application fees
https://stripe.com/docs/api#list_application_fees
|
ApplicationFeeResponse |
refundApplicationFee(String applicationFeeId)
Refund an application fee
https://stripe.com/docs/api#refund_application_fee
|
ApplicationFeeResponse |
refundApplicationFee(String applicationFeeId,
Integer amount)
Refund an application fee
https://stripe.com/docs/api#refund_application_fee
|
public ApplicationFees(Client client)
public ApplicationFeeResponse getApplicationFee(String applicationFeeId)
applicationFeeId - the id of the fee to be retrievedpublic ApplicationFeeResponse refundApplicationFee(String applicationFeeId)
applicationFeeId - the id of the application fee to refundpublic ApplicationFeeResponse refundApplicationFee(String applicationFeeId, Integer amount)
applicationFeeId - the id of the application fee to refundamount - the amount to refund. Pass null to refund the full amount.public ListApplicationFeesResponse listApplicationFees()
public ListApplicationFeesResponse listApplicationFees(javax.ws.rs.core.MultivaluedMap<String,String> queryParams)
queryParams - querystring parameters to control listingCopyright © 2014. All rights reserved.