Package com.stripe.service
Class InvoicePaymentService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.InvoicePaymentService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlist()
When retrieving an invoice, there is an includable payments property containing the first handful of those items.list
(RequestOptions options) When retrieving an invoice, there is an includable payments property containing the first handful of those items.list
(InvoicePaymentListParams params) When retrieving an invoice, there is an includable payments property containing the first handful of those items.list
(InvoicePaymentListParams params, RequestOptions options) When retrieving an invoice, there is an includable payments property containing the first handful of those items.Retrieves the invoice payment with the given ID.retrieve
(String invoicePayment, RequestOptions options) Retrieves the invoice payment with the given ID.retrieve
(String invoicePayment, InvoicePaymentRetrieveParams params) Retrieves the invoice payment with the given ID.retrieve
(String invoicePayment, InvoicePaymentRetrieveParams params, RequestOptions options) Retrieves the invoice payment with the given ID.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
InvoicePaymentService
-
-
Method Details
-
list
public StripeCollection<InvoicePayment> list(InvoicePaymentListParams params) throws StripeException When retrieving an invoice, there is an includable payments property containing the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of payments.- Throws:
StripeException
-
list
When retrieving an invoice, there is an includable payments property containing the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of payments.- Throws:
StripeException
-
list
When retrieving an invoice, there is an includable payments property containing the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of payments.- Throws:
StripeException
-
list
public StripeCollection<InvoicePayment> list(InvoicePaymentListParams params, RequestOptions options) throws StripeException When retrieving an invoice, there is an includable payments property containing the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of payments.- Throws:
StripeException
-
retrieve
public InvoicePayment retrieve(String invoicePayment, InvoicePaymentRetrieveParams params) throws StripeException Retrieves the invoice payment with the given ID.- Throws:
StripeException
-
retrieve
public InvoicePayment retrieve(String invoicePayment, RequestOptions options) throws StripeException Retrieves the invoice payment with the given ID.- Throws:
StripeException
-
retrieve
Retrieves the invoice payment with the given ID.- Throws:
StripeException
-
retrieve
public InvoicePayment retrieve(String invoicePayment, InvoicePaymentRetrieveParams params, RequestOptions options) throws StripeException Retrieves the invoice payment with the given ID.- Throws:
StripeException
-