Package com.stripe.service.tax
Class AssociationService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.tax.AssociationService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfind
(AssociationFindParams params) Finds a tax association object by PaymentIntent id.find
(AssociationFindParams params, RequestOptions options) Finds a tax association object by PaymentIntent id.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
AssociationService
-
-
Method Details
-
find
Finds a tax association object by PaymentIntent id.- Throws:
StripeException
-
find
public Association find(AssociationFindParams params, RequestOptions options) throws StripeException Finds a tax association object by PaymentIntent id.- Throws:
StripeException
-