Class ExampleTemplate

java.lang.Object
com.stripe.examples.ExampleTemplate

public class ExampleTemplate extends Object
This is a template for defining new examples. It is not intended to be used directly.

describe what this example does

In this example, we:

  • key step 1
  • key step 2
  • ...

describe assumptions about the user's stripe account, environment, or configuration; or things to watch out for when running

  • Constructor Details

    • ExampleTemplate

      public ExampleTemplate(String apiKey)
  • Method Details

    • doSomethingGreat

      public void doSomethingGreat()
    • main

      public static void main(String[] args)