com.gu.membership.zuora

soap

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

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

  2. case class Login(apiConfig: ZuoraApiConfig) extends ZuoraAction[Authentication] with Product with Serializable

  3. case class OrFilter(clauses: (String, String)*) extends ZuoraFilter with Product with Serializable

  4. case class Query(query: String) extends ZuoraAction[QueryResult] with Product with Serializable

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

  6. case class Update(zObjectId: String, objectType: String, fields: Seq[(String, String)]) extends ZuoraAction[UpdateResult] with Product with Serializable

    See https://knowledgecenter.zuora.com/BC_Developers/SOAP_API/E_SOAP_API_Calls/update_call

  7. trait ZuoraAction[T <: ZuoraResult] extends AnyRef

  8. class ZuoraApi extends AnyRef

  9. trait ZuoraException extends Throwable

  10. sealed trait ZuoraFilter extends AnyRef

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

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

Value Members

  1. object Zuora

  2. object ZuoraDeserializer

  3. object ZuoraReaders

  4. object ZuoraServiceHelpers

Inherited from AnyRef

Inherited from Any

Ungrouped