Package

com.gu.support.workers.model

state

Permalink

package state

Visibility
  1. Public
  2. All

Type Members

  1. case class CreatePaymentMethodState(user: User, contribution: Contribution, paymentFields: Either[StripePaymentFields, PayPalPaymentFields]) extends StepFunctionUserState with Product with Serializable

    Permalink
  2. case class CreateSalesforceContactState(user: User, contribution: Contribution, paymentMethod: PaymentMethod) extends StepFunctionUserState with Product with Serializable

    Permalink
  3. case class CreateZuoraSubscriptionState(user: User, contribution: Contribution, paymentMethod: PaymentMethod, salesForceContact: SalesforceContactRecord) extends StepFunctionUserState with Product with Serializable

    Permalink
  4. case class SendThankYouEmailState(user: User, contribution: Contribution, paymentMethod: PaymentMethod, salesForceContact: SalesforceContactRecord, accountNumber: String) extends StepFunctionUserState with Product with Serializable

    Permalink
  5. trait StepFunctionUserState extends AnyRef

    Permalink

Ungrouped