All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.stripe.net.BaseAddress Maven / Gradle / Ivy

There is a newer version: 28.1.0-beta.3
Show newest version
package com.stripe.net;

/** The base address to use for the request. */
public enum BaseAddress {
  /** https://api.stripe.com */
  API,
  /** https://connect.stripe.com */
  CONNECT,
  /** https://files.stripe.com */
  FILES
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy