Polarex.CustomerPaymentMethodCreateSucceededResponse (Polarex v0.2.8)

View Source

Provides struct and type for a CustomerPaymentMethodCreateSucceededResponse

Summary

Types

t()

@type t() :: %Polarex.CustomerPaymentMethodCreateSucceededResponse{
  payment_method:
    Polarex.PaymentMethodCard.t() | Polarex.PaymentMethodGeneric.t(),
  status: String.t()
}