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 Login(apiConfig: ZuoraApiConfig) extends ZuoraAction[Authentication] with Product with Serializable

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

  3. 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

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

  5. class ZuoraApi extends AnyRef

  6. trait ZuoraException extends Throwable

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

  8. 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