Package

com.gu.zuora

soap

Permalink

package soap

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. soap
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. case class AndFilter(clauses: SimpleFilter*) extends ZuoraFilter with Product with Serializable

    Permalink
  2. class Client extends LazyLogging

    Permalink
  3. class ClientWithFeatureSupplier extends Client with LazyLogging

    Permalink
  4. case class OrFilter(clauses: SimpleFilter*) extends ZuoraFilter with Product with Serializable

    Permalink
  5. case class SimpleFilter(key: String, value: String, operator: String = "=") extends ZuoraFilter with Product with Serializable

    Permalink
  6. trait ZuoraException extends Throwable

    Permalink
  7. sealed trait ZuoraFilter extends AnyRef

    Permalink
  8. case class ZuoraQueryException(s: String) extends Throwable with ZuoraException with Product with Serializable

    Permalink
  9. case class ZuoraServiceError(s: String) extends Throwable with ZuoraException with Product with Serializable

    Permalink

Value Members

  1. object Client

    Permalink
  2. object DateTimeHelpers

    Permalink
  3. object Readers

    Permalink
  4. object ZuoraFilter

    Permalink
  5. package actions

    Permalink
  6. package models

    Permalink
  7. package readers

    Permalink
  8. package writers

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped