Package com.stripe.service
Class PaymentLinkService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.PaymentLinkService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(PaymentLinkCreateParams params) Creates a payment link.create
(PaymentLinkCreateParams params, RequestOptions options) Creates a payment link.list()
Returns a list of your payment links.list
(RequestOptions options) Returns a list of your payment links.list
(PaymentLinkListParams params) Returns a list of your payment links.list
(PaymentLinkListParams params, RequestOptions options) Returns a list of your payment links.Retrieve a payment link.retrieve
(String paymentLink, RequestOptions options) Retrieve a payment link.retrieve
(String paymentLink, PaymentLinkRetrieveParams params) Retrieve a payment link.retrieve
(String paymentLink, PaymentLinkRetrieveParams params, RequestOptions options) Retrieve a payment link.Updates a payment link.update
(String paymentLink, RequestOptions options) Updates a payment link.update
(String paymentLink, PaymentLinkUpdateParams params) Updates a payment link.update
(String paymentLink, PaymentLinkUpdateParams params, RequestOptions options) Updates a payment link.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
PaymentLinkService
-
-
Method Details
-
list
Returns a list of your payment links.- Throws:
StripeException
-
list
Returns a list of your payment links.- Throws:
StripeException
-
list
Returns a list of your payment links.- Throws:
StripeException
-
list
public StripeCollection<PaymentLink> list(PaymentLinkListParams params, RequestOptions options) throws StripeException Returns a list of your payment links.- Throws:
StripeException
-
create
Creates a payment link.- Throws:
StripeException
-
create
public PaymentLink create(PaymentLinkCreateParams params, RequestOptions options) throws StripeException Creates a payment link.- Throws:
StripeException
-
retrieve
public PaymentLink retrieve(String paymentLink, PaymentLinkRetrieveParams params) throws StripeException Retrieve a payment link.- Throws:
StripeException
-
retrieve
Retrieve a payment link.- Throws:
StripeException
-
retrieve
Retrieve a payment link.- Throws:
StripeException
-
retrieve
public PaymentLink retrieve(String paymentLink, PaymentLinkRetrieveParams params, RequestOptions options) throws StripeException Retrieve a payment link.- Throws:
StripeException
-
update
public PaymentLink update(String paymentLink, PaymentLinkUpdateParams params) throws StripeException Updates a payment link.- Throws:
StripeException
-
update
Updates a payment link.- Throws:
StripeException
-
update
Updates a payment link.- Throws:
StripeException
-
update
public PaymentLink update(String paymentLink, PaymentLinkUpdateParams params, RequestOptions options) throws StripeException Updates a payment link.- Throws:
StripeException
-
lineItems
-