PaymentState

public enum PaymentState : String

Payment State types from payment state from extraction result

  • Undocumented

    Declaration

    Swift

    case payable = "Payable"
  • Undocumented

    Declaration

    Swift

    case other = "Other"