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

com.stripe.service.testhelpers.TerminalService Maven / Gradle / Ivy

The newest version!
// File generated from our OpenAPI spec
package com.stripe.service.testhelpers;

import com.stripe.net.ApiService;
import com.stripe.net.StripeResponseGetter;

public final class TerminalService extends ApiService {
  public TerminalService(StripeResponseGetter responseGetter) {
    super(responseGetter);
  }

  public com.stripe.service.testhelpers.terminal.ReaderService readers() {
    return new com.stripe.service.testhelpers.terminal.ReaderService(this.getResponseGetter());
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy