FrPaymentStandingOrderType

public enum FrPaymentStandingOrderType : String, Codable

Standing order types for FrPayment.

  • Automatic.

    Declaration

    Swift

    case auto = "Auto"
  • Domestic.

    Declaration

    Swift

    case domestic = "Domestic"
  • International.

    Declaration

    Swift

    case international = "International"