VRPReason

public enum VRPReason : String, Codable
  • Declaration

    Swift

    case none = "None"
  • Declaration

    Swift

    case partyToParty = "PartyToParty"
  • Declaration

    Swift

    case billPayment = "BillPayment"
  • Declaration

    Swift

    case ecommerceGoods = "EcommerceGoods"
  • Declaration

    Swift

    case ecommerceServices = "EcommerceServices"
  • Declaration

    Swift

    case other = "Other"