Default
Functions
Link copied to clipboard
open override fun create(request: StripeRequest): StripeConnection<String>
Content copied to clipboard
Creates an StripeConnection which attempts to parse the http response body as a String.
Link copied to clipboard
open override fun createForFile(request: StripeRequest, outputFile: File): StripeConnection<File>
Content copied to clipboard
Creates an StripeConnection which attempts to parse the http response body as a File.